user1372359
user1372359

Reputation:

Replicate CSS filter using jQuery

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.

Upvotes: 1

Views: 132

Answers (1)

SW4
SW4

Reputation: 71150

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

Upvotes: 1

Related Questions