I'm having trouble deciding on the most effective approach to achieve this task. My goal is to animate the color change of a div's text in a specific sequence (e.g., #000, #eee, #fff...) every 1.5 seconds.
From my research, I gather that I will need the jQuery Color plugin in addition to jQuery itself.
Would it be best to add a CSS class to the div and cycle through them for this animation?
Any assistance would be greatly appreciated!
It is crucial that this solution is compatible with IE7 and IE8