CSS 属性:
animation-timing-function:
linear
ease
ease-in
ease-out
ease-in-out
结果:
CSS 代码:
#myDIV {
animation-delay:
linear
;
}
点击上面的属性值然后查看效果
简单教程
- 范例