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