css3 - transition effects not happening in Firefox and Opera -


I tried to create a drop down menu effect using the transition effects in CSS 3. The effect was not being done in Firefox and Opera. It was in Safari and Chrome.

I used the O-transition for the transition: Height 0.5 S; -Winkit-Infection: Height 0.5 S; -Moz-transition: height 0.5 s;

And the browser I used was Mozilla 3.6.15 and Opera 10.63 so please help me why the transition effect is not being affected in Firefox

was not --Moz-transition has been added to version 4.0 in Firefox? And, this may well be of one type, but you have specified in the o-transition question when it should be -o-transition .

Sources :

Comments