Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE renders oddly when fading #3

Open
coryschires opened this issue Jun 8, 2011 · 0 comments
Open

IE renders oddly when fading #3

coryschires opened this issue Jun 8, 2011 · 0 comments
Assignees

Comments

@coryschires
Copy link
Owner

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’);
  })
@ghost ghost assigned coryschires Jun 8, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant