1.簡介
?Animate.css是一款非常好的,跨瀏覽器的動畫庫;
2.瀏覽器兼容性
因為animate.css 的底層是css3,所以支持的瀏覽器必須對css3 支持良好;
支持版本:IE10+? 谷歌? 火狐Firefox(ff)? Safari? opera;
3.官網(wǎng)
https://daneden.github.io/animate.css/
4.使用
1>.引入需要的css 庫
<link rel="stylesheet" href="animate.min.css">
2>.書寫html,并且把需要做動畫的元素添加上對應的類名(一共2個,其中第一個必須是animated,第二個是需要的動畫效果類 )
<div class="animated bounce" id=“box"></div>
5.動態(tài)添加
可以通過jquery來實現(xiàn):$('#yourElement').addClass('animated bounceOutLeft');
《知識點補充:window.location對象》方法:Window.location.reload() 強刷新當前頁面