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.
|
|
Just assuming here, but maybe that plugin is based on EDIT 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:
|
|||||||||
|
|
Be sure you have -webkit-, -moz-, and unprefixed versions of the CSS properties in question (or that the jQuery plugin is generating them as needed). Firefox 16 removed the requirement for the -moz- prefix for 2D transforms. |
|||||||||
|