0
不工作建立在這裏網站:http://chooseavirb.com/strat/簡單的CSS3動畫中的Webkit
出於某種原因的webkit - 鉻,野生動物園-animations不開火:
@-webkit-keyframes slideright{
0% {transform: translate(0px, 0px)}
20% {transform: translate(00px,0px)}
25% {transform: translate(150px, 0px)}
45% {transform: translate(150px,0px)}
50% {transform: translate(300px,0px)}
70% {transform: translate(300px,0px)}
75% {transform: translate(150px,0px)}
95% {transform: translate(150px,0px)}
100% {transform: translate(0px,0px)}
}
#SliderNine img
{display: inline-block;
animation: slideright 30s infinite;
-moz-animation: slideright 30s infinite;
-webkit-animation: slideright 30s infinite;
-ms-animation: slideright 30s infinite;
}
任何人都可以用專業知識說WHI \這可能會發生?它在firefox上正常工作.-
我認爲,我們看着這個已經,Ameya。對不起,它沒有幫助。除非我們忽略了一些東西。 –
http://www.w3schools.com/css3/css3_2dtransforms.asp 請檢查這個鏈接,它幫助了我。 –