I
I
Ilya Karpov2014-11-20 05:34:48
Internet Explorer
Ilya Karpov, 2014-11-20 05:34:48

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

1 answer(s)
L
Lenar Fattakhov, 2014-11-20
@fr_end

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 question

Ask a Question

731 491 924 answers to any question