CSS transitions are a very neat way of animating changes in CSS properties. Do any versions of Internet Explorer support them?

link|improve this question

feedback

1 Answer

up vote 39 down vote accepted

The page you link to has a compatibility table. It says

Browser                   Basic support  
Internet Explorer         (none, as of IE9 pp7) 
Firefox (Gecko)           4.0 (2.0) 
Opera                     10.5  
Safari | Chrome | WebKit  3.2

EDIT:

The site now indicates that this feature will be available in IE 10

link|improve this answer
32  
+1 for finding the answer in the page he linked to. – thirtydot Feb 24 '11 at 10:25
1  
of course, pp7 is no longer the most recent release of IE9. But it's recent enough that it's got all the major features that IE9 is going to have when it's launched. MS are being strict about only implementing features with a finalised spec; CSS transitions is not finalised yet so IE9 won't have it (and also hence why all the browsers that do imlpement it are using a vendor prefix on the property). – Spudley Feb 24 '11 at 10:37
3  
Okay, I won't lie — I was aware of the answer, but I was surprised that I could not find the answer here on Stack Overflow :-) – David Johnstone Feb 24 '11 at 10:45
1  
CSS transitions are being promised for IE10 (although the current preview version doesn't support them). blogs.msdn.com/b/ie/archive/2011/04/12/… – David Johnstone Jun 29 '11 at 4:06
findMeByIP is a good resource for checking cross-browser features fmbip.com/litmus – Jami Sep 24 '11 at 4:04
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.