Internet Explorer是否支持CSS转换?
问题描述:
CSS转换是一种非常整洁的动画CSS属性更改的方法。是否有任何版本的Internet Explorer支持它们?
CSS transitions are a very neat way of animating changes in CSS properties. Do any versions of Internet Explorer support them?
答
您链接的网页有兼容性表。
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)
http://msdn.microsoft.com/en-us/library/ie/hh673535%28v=vs.85%29.aspx\">关于Internet Explorer中CSS3过渡的MSDN 。
There is also an article on MSDN about CSS3 transitions in Internet Explorer.