效果参考: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、指定的动画效果可以参考上面的网址进行查看。