CSS3的动画应用越来越多了,Animate.css一个从名字上就知道干什么的动画框架。

github上的访问地址:http://daneden.github.io/animate.css/

CSS3动画框架 Animate.css

使用方法

引用css

 <link rel="stylesheet" href="animate.min.css" />

然后在需要动画效果的元素上添加animated和网页上显示的API的名字即可,比如:

<div class="animated bounce"></div>

简单吧!赶快试试吧!

 

相关文章:

  • 2021-05-24
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-12-05
  • 2021-04-03
相关资源
相似解决方案