Fading not working in Firefox in 35+
karlhorky opened this issue · 4 comments
karlhorky commented
As @salmanpk noted on Stack Overflow, Firefox 35+ has support for CSS filters. This means that the feature tests will succeed and the polyfill will not be activated. The older inline svg filter still works in the newer versions of Firefox, but it should be switched to the standard CSS filter property, which works with transitions:
filter: grayscale(1);
Affects #25
karlhorky commented
@Ramblurr which browser version and operating system? It's looking fine here in Chrome 40.0.2214.111
and 40.0.2214.115
on OS X and Windows.
Ramblurr commented
@karlhorky Herm, I can't reproduce it now, it's working fine. Consider it user error.
Thanks for the updates.
karlhorky commented
No problem, thanks for reporting it anyway. :)