Possible Duplicate:
jQuery animate backgroundColor
Is it possible to animate/transition the background-color of a certain element automatically when the page loads?
I have a page with data like this:
<ul>
<li> Some stuff</li>
<li> Some other stuff</li>
<li class="unread"> Some more stuff</li>
</ul>
For elements with the .unread class I want the background image to start off as a light yellow color and then have it fade into the regular page background-color (which is white in this case) Think of a new PM or notification on facebook, that is the effect I am trying to achieve.