JQUERY Effect highlight, control the Start & End colors
Posted
by nobosh
on Stack Overflow
See other posts from Stack Overflow
or by nobosh
Published on 2010-05-01T02:44:48Z
Indexed on
2010/05/01
2:47 UTC
Read the original article
Hit count: 367
I have the following:
$(".notifycell_email_dailydigest").effect('highlight');
The element I want to highlight is over a gray background. Problem is the highlight goes from Yellow to white, and has this ugly slow pause at the end on the white which makes the animation look horrible.
How can I modify the highlighy to start with the yellow but end on the gray so it matches the background?
Thanks
© Stack Overflow or respective owner