摘要: 其中: transition: all 0.6s; 表示所有的属性变化在0.6s的时间段内完成。 transform: scale(1.4); 表示在鼠标放到图片上的时候图片按比例放大1.4倍。 阅读全文
posted @ 2019-08-05 15:57 青竹玉简 阅读(2341) 评论(0) 推荐(0) 编辑
摘要: https://daneden.github.io/animate.css/ 第一步:安装: 在命令行中执行:npm install animate.css --save 第二步:引入及使用: main.js中: import animated from 'animate.css' // npm i 阅读全文
posted @ 2019-08-05 11:29 青竹玉简 阅读(16625) 评论(0) 推荐(3) 编辑