louisremi / jquery.transition.js

Upgrade jQuery's .animate() method to use CSS3 Transitions in modern browsers.
435 stars 81 forks source link

.fadeIn() and .fadeOut() does not work when using jQuery 1.8.0 #21

Open philklc opened 12 years ago

philklc commented 12 years ago

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.

louisremi commented 12 years ago

This is annoying, thank you for reporting this bug. I'll investigate as soon as I have the time but I'm currently very busy.

lehni commented 12 years ago

We are experiencing the same issue over at http://wemakeit.ch and would appreciate a solution! Happy to help out also with debugging.

lehni commented 12 years ago

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 :(

nersofiripi commented 11 years ago

Same happens with .hide() and .show() with jQuery 1.8.x.

kontur commented 11 years ago

Getting the same error

Uncaught TypeError: Object # has no method 'hide'

for jquery-1.10.2.