heygrady/transform

Including this library breaks fadeIn function

Closed this issue · 5 comments

Including this library disables animation in fadeIn() jquery function, while fadeTo() function works correctly.

Use jQuery 1.4.2

I'm using 1.4.2 already - actually, it's the only version I tested.

I've tried Google's jQuiery which you included in your example. It's 160kb size instead of 70kb official library. But fadeIn() still doesn't work.

Same here. I've tried various jQueries (1.4.2 (which i use) and some older) and still have FadeTo/FadeIn problem. FadeTo doesn't work correctly with opacity (if you will try fade an opacity from 0.3 to 1 for example, its not smooth as it is without 2d Transform - it blinks, couse of opacity is falling to 0, I guess).
Great plugin anyway... Greetings.

I tracked this to $.inArray() always returning true for me. I worked around that function and it seems to be working much better. I'll post a new version soon.