Is anyone else having issues with FF not rendering jQuery and CSS3 transitions. For instance, the following site’s demo doesn’t work in FF, but does in Chrome and Safari. FF used to work but recently it doesn’t. I’ve tried on multiple computers and both have this issue.
Is anyone else having issues with FF not rendering jQuery and CSS3 transitions. For
Share
Just assuming here, but maybe that plugin is based on
-moz-transitionand the latest firefox might have dropped support for it in favor oftransition? I shall investigate furtherEDIT FF16 changed as assumed:
https://developer.mozilla.org/en-US/docs/CSS/transition
EDIT 2: as this is the accepted answer, I am incorporating the comment below – credit to @Boris Zbarsky: