我有一個簡單的CSS動畫,看起來像下面這樣:CSS3動畫不播放始終
@-webkit-keyframes 'move-domo' {
0% { bottom: 0px; left: 24px; }
5% { bottom: 5px; }
10% { bottom: 0px; }
15% { bottom: 5px; }
20% { bottom: 0px; }
25% { bottom: 5px; }
30% { bottom: 0px; }
35% { bottom: 5px; }
40% { bottom: 0px; }
45% { bottom: 5px; }
50% { bottom: 0px; left: 300px; }
55% { bottom: 5px; }
60% { bottom: 0px; }
65% { bottom: 5px; }
70% { bottom: 0px; }
75% { bottom: 5px; }
80% { bottom: 0px; }
85% { bottom: 5px; }
90% { bottom: 0px; }
95% { bottom: 5px; }
100% { bottom: 0px; left: 24px; }
}
在Chrome中,它的工作原理我希望它,但在Safari瀏覽器,它不打球的方式我期望的方式 - 首先播放所有「底部」動畫,然後在最後衝過「左側」動畫。
刪除html5標記爲html5!= css3,它可能會混淆其他人。 – 2010-11-15 17:38:55
謝謝,好點。 – 2010-11-17 00:47:18