mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
65 lines (64 loc) • 1.51 kB
JavaScript
/*!
* mine-h5-ui v2.16.0
* Copyright (c) 2025 biaov
* @license MIT
*/
const a = [
"animate__bounce",
"animate__flash",
"animate__pulse",
"animate__rubberBand",
"animate__shakeX",
"animate__shakeY",
"animate__headShake",
"animate__swing",
"animate__tada",
"animate__wobble",
"animate__jello",
"animate__heartBeat",
"animate__backInDown",
"animate__backInLeft",
"animate__backInRight",
"animate__backInUp",
"animate__bounceIn",
"animate__bounceInDown",
"animate__bounceInLeft",
"animate__bounceInRight",
"animate__bounceInUp",
"animate__fadeIn",
"animate__fadeInDown",
"animate__fadeInDownBig",
"animate__fadeInLeft",
"animate__fadeInLeftBig",
"animate__fadeInRight",
"animate__fadeInRightBig",
"animate__fadeInUp",
"animate__fadeInUpBig",
"animate__fadeInTopLeft",
"animate__fadeInTopRight",
"animate__fadeInBottomLeft",
"animate__fadeInBottomRight",
"animate__flipInX",
"animate__flipInY",
"animate__lightSpeedInRight",
"animate__lightSpeedInLeft",
"animate__rotateIn",
"animate__rotateInDownLeft",
"animate__rotateInDownRight",
"animate__rotateInUpLeft",
"animate__rotateInUpRight",
"animate__jackInTheBox",
"animate__rollIn",
"animate__zoomIn",
"animate__zoomInDown",
"animate__zoomInLeft",
"animate__zoomInRight",
"animate__zoomInUp",
"animate__slideInDown",
"animate__slideInLeft",
"animate__slideInRight",
"animate__slideInUp"
];
export {
a as default
};