摘要: 一:vue中使用js动画 根据上一篇安装animate.css之后 vue中有动画的钩子函数,@before-enter是内容由无到有的时候自动监听触发的函数,函数会接收到参数el,这样可以动态设置样式。@enter是@before-enter触发结束后触发。 @enter不同的是会接收到两个参数, 阅读全文
posted @ 2018-12-04 16:21 wanan_01 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: 一:使用animate.css的使用 1.安装npm install animate.css --save 2.在main.js中引入import animate from 'animate.css' 3.组件中使用 主要是在使用动画的外面嵌套transtion标签,加了name、enter-act 阅读全文
posted @ 2018-12-04 15:25 wanan_01 阅读(1603) 评论(0) 推荐(0) 编辑