🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 内置动画库 ### Animate.css 包含[animate.css](http://daneden.me/animate)的全部动画。 ### Magic.css 包含[Magic.css](https://minimamente.com/example/magic_animations/)的全部动画 ### 其他动画 其他动画 ## 使用动画 ### 使用插件[css3-animation-generator](https://chrome.google.com/webstore/detail/css3animation/lhbbbidpkalopmenjffckblgbdhcffpa) 使用方法:https://github.com/vace/css3-animation-generator ### 手动引用 Vuep的一些组件具有ani的props。可以设置此组件的animation。组件会自动设置兼容性,无需考虑动画前缀。 ```html <Imager ani="keyframeName 0.5s 1s both"></Imager> ```