Thread: Moz transition
View Single Post
05-22-2012, 11:53 AM
#1
Trustworthy is offline Trustworthy
Status: Junior Member
Join date: May 2012
Location:
Expertise:
Software:
 
Posts: 98
iTrader: 2 / 100%
 

Trustworthy is on a distinguished road

  Old  Moz transition

-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-transition: all 0.2s ease-in-out;

I used that code to give a sort of hover/flash design feel to a nav in a HTML website, however it doesn't seem to work in IE? Any ideas or a reference where I can find an answer? Thanks in advance


Kind regards