huixisheng / huixisheng.github.com

前端开发者说,记录前端的故事
http://huixisheng.github.io/
12 stars 3 forks source link

animation #57

Open huixisheng opened 5 years ago

huixisheng commented 5 years ago

属性

<single-animation> = <time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]

animation: 3s ease-in 1s 2 reverse both paused keyframeName

animation: keyframeName 3s ease-in 1s 2 reverse both paused

缩写

image

image

动画事件

animationstart animationend animationiteration animationcancel

CSS Animations Level 1 animation | MDN CSS3参考手册 » 属性列表 » 动画属性 » https://css.doyoe.com/properties/animation/index.htm

css3动画库

Animate.css

相关文章

animation | CSS-Tricks CSS3 Animation_Animation, css3属性详解 教程_w3cplus