.demo.on
{
animation-name: rotateInDownLeft;/*所需運作的動畫名稱*/
animation-duration: 5s;/*在5秒内完成動畫*/
animation-delay: 3s;/*等待3秒開始動畫*/
animation-iteration-count: 1;/*動畫運作次數,最後停止,數字或infinite(無限次),*/
下面尚未測試
/*animation-direction: alternate;輪流反向播放動畫*/
/*animation-timing-function: linear;規定動畫的速度曲線。*/
/*animation-fill-mode: forwards;執行後結束停留*/
}
搭配Animate.css做一些簡單的特效很友善。