1

I've got an issue where I'm trying to replicate some filter functionality found in CSS, but at the moment it is only working in WebKit browsers, due to Firefox's lack of filter support. More information about specifics can be found here > Firefox Filter Animations

Specifically, I am trying to replicate -web-kit-filter: hue-rotate(x) in jQuery, you can see the webkit animation here: http://omega.themestrapped.com

I've tried searching Google to no avail, and wondered if there was any jQuery gurus which could help me out.

1 Answer 1

1

You're correct, it is not supported in Firefox, it may be worth looking at either PaintbrushJS (see the color tint demo), pusher.color or Pixastic

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.