Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transition From Black and White to Color?

Tags:

jquery

I have an icon that's in black and white, and I want the icon to transition to the color icon (as a crossfade) during the hover event. How can I do this in jQuery? #stumped.

Thanks!

like image 866
nombre Avatar asked Nov 11 '10 03:11

nombre


1 Answers

An example is here : Greyscale Hover Effect w/ CSS & jQuery

like image 169
Halil Özgür Avatar answered Oct 18 '22 06:10

Halil Özgür