1.自定义过渡动画效果
在线生成贝塞尔函数——cubic-bezier.com
2.transform旋转
3.透明度opacity 1-0
4.scale()缩放
5.animation-iteration-count: infinite
无线循环
6.animation-direction
reverse 动画反向播放。 alternate
动画在奇数次(1、3、5...)正向播放,在偶数次(2、4、6...)反向播放。 alternate-reverse 动画在奇数次(1、3、5...)反向播放,在偶数次(2、4、6...)正向播放。
7.盒子阴影 需加强
box-shadow:inset(内阴影)
8.动画库
Animate中文网 – Animate安装、Animate使用、Animate下载
9.装项目
npm init
npm install express cors
10.跑项目
node app.js
11.轮播图