Closed ryancoke closed 12 years ago
You're right, it seems that using "hide","show" or "toggle" values causes such problems. I can only think of a workaround:
self.animate({opacity: 0}, 1000).animate({opacity: 1}, 1000);
Ok, I think I found where the problem lies. A fix is on the way.
This problem has been fixed in the latest version of jquery.transition.js
Thanks for your patience, Lr
When I don't include the jquery.transition.js I click the
and it will fade out then fade back in. But when I include the jquery.transition.js it will fade out but not fade in properly.