-
Notifications
You must be signed in to change notification settings - Fork 81
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
.fadeIn() and .fadeOut() does not work when using jQuery 1.8.0 #21
Comments
This is annoying, thank you for reporting this bug. |
We are experiencing the same issue over at http://wemakeit.ch and would appreciate a solution! Happy to help out also with debugging. |
I just looked into this a bit, and it seems that jQuery 1.8 has pretty much completely changed the way animations internally work. For example, jQuery.fx is now a very different animal. I cannot judge how much work it will be to revamp your code, but it doesn't look simple :( |
Same happens with .hide() and .show() with jQuery 1.8.x. |
Getting the same error
for jquery-1.10.2. |
Refer to this jsFiddle: http://jsfiddle.net/vNHrY/
.fadeIn() and .fadeOut() works fine with jQuery 1.7.2 but does not work with jQuery 1.8.0.
The text was updated successfully, but these errors were encountered: