其他分享
首页 > 其他分享> > uniapp引入animate.css

uniapp引入animate.css

作者:互联网

1、引入

下载css文件,在uniapp的App.vue引入
@import ‘/common/style/animate.css’;
https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css

//使用:前缀+动画名
<view class="animated fadeInDown">666</view>

标签:uniapp,style,666,引入,animate,css
来源: https://blog.csdn.net/ZhouLoverBrother/article/details/123207150