如何方便的控制css3動畫開始時間點與持續(xù)時間
1 回答

GCT1015
TA貢獻1827條經(jīng)驗 獲得超4個贊
持續(xù)時間:animation-duration:2s;
-webkit-animation-duration:2s; /* Safari 和 Chrome */
開始時間:animation-delay:2s;
-webkit-animation-delay:2s; /* Safari 和 Chrome */
- 1 回答
- 0 關注
- 1563 瀏覽
添加回答
舉報
0/150
提交
取消