uni_app中使用Animate.css动画 cgctm6 2020-07-29 869 阅读1分钟 1.先下载安装包。 2.@import "./common/animate.css"; 3.直接在view中添加样式时,加入 .animated { animation: bounce; animation-duration: 2s; }