Skip to content Skip to sidebar Skip to footer

@keyframes Rules In Ie9

My animation with @keyframes is not working in IE. On the net various sources say that it is supported in IE9 and some say that it is not supported. Does somebody know for sure so

Solution 1:

or to put robertc's comment into an answer: CSS3 animations are supported in IE starting with version 10 . If you are unsure about browser support, check out caniuse.com - the page rarely ever is wrong about this as the tables are based on tests and info coming from the browser-developers. Here's the link to the css3-animation support overview: http://caniuse.com/#feat=css-animation

for IE9 (and earlier versions) you have to rely on JavaScript and accept that animations wont work.

Post a Comment for "@keyframes Rules In Ie9"