Schepp / CSS-Filters-Polyfill

This polyfill takes the official CSS filters syntax and translates it to the different equivalent techniques that the browsers know for those effects
MIT License
762 stars 66 forks source link

Any chance to add missing browsers? #1

Closed anselmh closed 12 years ago

anselmh commented 12 years ago

Is there any chance to add the missing browsers?

Schepp commented 12 years ago

Firefox mobile ist supported, albeit slow (I guess because of not being HW-accellerated). And Chrome on Android as well as Opera need to turn on/start support for CSS filters for it to work. Prefixed properties for Opera are already being generated so that once it picks up CSS filter effects, it will automagically be supported, too. Please kick the Opera Dev Rel's asses regarding that matter :)

anselmh commented 12 years ago

Would you describe this in README more in detail please as you did here? Think it will help.