正文CSS3动画框架 Animate.cssIP云V管理员/2022-11-29/4 阅读 11/29提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 CSS3的动画应用越来越多了,Animate.css一个从名字上就知道干什么的动画框架。 github上的访问地址:http://daneden.github.io/animate.css/ 使用方法 引用css <link rel="stylesheet" href="animate.min.css" /> 然后在需要动画效果的元素上添加animated和网页上显示的API的名字即可,比如: <div class="animated bounce"></div> 简单吧!赶快试试吧!