+ 5
Chrome doesn't display css webkit property
The following code shows a style properties that must work with Mozilla Firefox, Google Chrome and Opera : -w webkit animation:5s; -m animation:5s; -o animation:5s; Both Opera and Firefox display the css output but Chrome doesn't, I tried to remove both Opera and Firefox properties and it worked but when i don't remove them Chrome doesn't display it's own property("-w webkit animation:5s;") Any solutions ?
6 Answers
+ 5
Wrong prefix
-webkit-
No - w
And the firefox prefix is
-moz-
+ 4
Gordon I wrote it in that way but it didn't work ,it only works when I remove other browser's properties
+ 3
CŠ»aŠ²eŠ½ ŠŠµŃŠ²ŠøŠ“Š° when you add both of them it won't work but when you add a one property which is the WebKit property it will work
+ 3
CŠ»aŠ²eŠ½ ŠŠµŃŠ²ŠøŠ“Š° Lenovo TAB 2 A7-10F
+ 1
Add both
+ 1
On which device you writing thecode?