How to enable CSS3 transitions in internet explorer 10? -


i'm trying reproduce effect: http://tympanus.net/tutorials/3dshadingwithboxshadows/

can suggest exact method how make css3 transitions work correctly on internet explorer 10.

you not need add more standard syntax make work in ie10. in fact, ie10, other vendor products, supports shorthand animation property alone well.

visit :http://msdn.microsoft.com/en-us/library/windows/apps/dn279623.aspx more details.

to know different syntax comparison , version compatibility, please see below :

chrome     1.0 (-webkit prefix)  firefox     4.0 (2.0) (-moz prefix)     16.0 (16.0) (no prefix)  internet explorer     10.0 (no prefix)  opera     10.5 (-o prefix)       12.0 (no prefix)  safari     3.2 (-webkit prefix) 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -