vue动画 使用animate实现动画

第一步:下载依赖

npm install animate.css --save

第二步:script中引入

import animate from "animate.css";

第三步:使用
完整代码:






有些人不用加animated也能用 视自己情况而定
附上官网:https://daneden.github.io/animate.css/

你可能感兴趣的:(vue)