Css3 Animation Under Firefox 14
I'm having problems with the following animation: .anim { -moz-animation-delay: 0s; -moz-animation-iteration-count: infinite; -moz-animation-duration: 6s; -moz-anim
Solution 1:
This is solved in versions >= 15 of Firefox.
Post a Comment for "Css3 Animation Under Firefox 14"