1.把animate.css复制到common文件夹下

2.在app.vue中的style标签引入

/* 引入animate.css */
@import './common/animate.css';

3.在标签中添加animated类和对应的动画类

<view class="box animated bounceIn"></view>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-12-03
  • 2021-11-15
  • 2022-12-23
  • 2021-06-26
猜你喜欢
  • 2022-12-23
  • 2021-08-23
  • 2021-11-05
  • 2022-12-23
  • 2021-05-04
  • 2022-01-14
  • 2021-05-07
相关资源
相似解决方案