多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
* [**transition**](https://www.w3schools.com/cssref/css3_pr_transition.asp) ``` transition: property duration timing-function delay; ``` * [**animation**](https://www.w3schools.com/cssref/css3_pr_animation.asp) ``` animation: name duration timing-function delay iteration-count direction fill-mode play-state; ``` * [**@keyframes**](https://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp):定义了具体的动画实现,一般配合animation 使用。 * [**animation vs transition**](https://cssanimation.rocks/transition-vs-animation/)