animate.min.css的使用方法 效果参考:http://www.jq22.com/jquery-info819

效果参考:http://www.jq22.com/jquery-info819

使用步骤:

1、头部引入 animate.min.css文件

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

2、给指定的元素加上指定的动画样式名

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

这里包括两个class名,第一个class是必须添加的样式名,第二个是指定的动画样式名。

3、指定的动画效果可以参考上面的网址进行查看。



猜你喜欢

转载自blog.csdn.net/cmm720/article/details/80976232