Answer the question
In order to leave comments, you need to log in
How to make animation support -webkit-animation only in IE?
there is a slider written with CSS effects but IE 9 doesn't want to read it.
What to do? how to solve?
Answer the question
In order to leave comments, you need to log in
Well, firstly, the -webkit- prefix is used for browsers based on the Webkit engine, that is, Chrome, Safari, Yandex Browser, the new Opera. For IE, you need to use the -ms- prefix, for example, -ms-animation.
I'm not sure, but like IE9 and older versions don't support css3 animation, and you need to write it all in js for them. Use modernizr to check browser property support and alternatively animate with jquery
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question