quote-rotator
quote-rotator copied to clipboard
IE renders oddly when fading
From blog comment: http://coryschires.com/jquery-quote-rotator-plugin/#comment-2840
Thanks for sharing! I was having some of the same rendering issues with IE that were listed above and I even notice a difference in your demo. The problem is more pronounced with larger colored text so you won’t be able to notice it as much on your demo. I am going to revisit this problem towards the end of this week but the following seems to have fixed the fade in.
next_quote.fadeIn(‘slow’, function() {
this.style.removeAttribute(‘filter’);
})