rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

Fix filter property issue for Firefox #237

Closed code-forger closed 3 years ago

code-forger commented 7 years ago

It appears that Firefox requires the 'filter' property to have a lower-case 'f'. Chrome however requires an upper-case 'F'.

This commit adds a fallback case for Firefox that attmepts to use detect the 'filter' property if the initial check fails.