Thread: Moz transition
View Single Post
05-23-2012, 02:23 PM
#2
Eli Isakov is offline Eli Isakov
Eli Isakov's Avatar
Status: Junior Member
Join date: Dec 2011
Location: Canada
Expertise: design
Software: Photoshop
 
Posts: 59
iTrader: 0 / 0%
 

Eli Isakov is on a distinguished road

Send a message via Skype™ to Eli Isakov

  Old

http://www.w3schools.com/css3/css3_transitions.asp

Originally Posted by Trustworthy View Post
-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