Animate.css是一款非常不錯的跨瀏覽器的CSS3動畫庫,使用Animate.css動畫庫中的設定,可以很輕松的實現(xiàn)CSS3的各種動畫效果,可大大節(jié)省前端開發(fā)人員的工作量。
動畫效果演示地址:https://daneden.github.io/animate.css/
Animate.css下載地址:https://raw.github.com/daneden/animate.css/master/animate.css
使用方法,在<head>中引入animate.min.css類文件
<head>
<link rel="stylesheet" href="animate.min.css">
</head>
使用示例:
<h1 class="animated infinite bounce">Example</h1>
說明:增加h1相對應的動畫效果
動畫效果演示地址:https://daneden.github.io/animate.css/
Animate.css下載地址:https://raw.github.com/daneden/animate.css/master/animate.css
使用方法,在<head>中引入animate.min.css類文件
<head>
<link rel="stylesheet" href="animate.min.css">
</head>
使用示例:
<h1 class="animated infinite bounce">Example</h1>
說明:增加h1相對應的動畫效果