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

delay doesn't work with 0.74 and 1.6.1 #32

Closed
mihaimetal opened this issue Jun 1, 2011 · 5 comments
Closed

delay doesn't work with 0.74 and 1.6.1 #32

mihaimetal opened this issue Jun 1, 2011 · 5 comments

Comments

@mihaimetal
Copy link

http://jsfiddle.net/L2wFA/2/

Removing the library makes it work again.

@ximi
Copy link

ximi commented Jun 30, 2011

I have noticed the same issue, anybody know if in 1.6.1 delay changed in any way?

Edit: I just realized that the queue doesn't seem to work at all, queued animations don't execute, just the last animation in the queue...

I just checked and this problem seems to be related to the animate-enhanced, it's the same problem with older versions of jquery...

@MadeMyDay
Copy link

I think the fix for 1.6. is responsible for that broken behaviour (queue and delay not working). Would be nice to see this fixed, had no luck trying myself. Reverting the commit for 1.6. seems to repair the queue but messes some other features.

@fgd007
Copy link

fgd007 commented Sep 22, 2011

I tried different versions of jAE with different versions of jQ. It looks like the delay() function doesn't work at all in either combination of the files. This is strange because on barnetts website http://playground.benbarnett.net/jquery-animate-enhanced/ it says that the delay function should work.

Removing the jAE brings the delay() back to life, but then you miss out on the awesome webkit stuff...

Anyone an idea how or with which versions the delay() function works or when this functionality will be resolved?

@MadeMyDay
Copy link

I didn't find a way to fix this, but I worked around the problem by using this neat plugin: doTimeout ( http://benalman.com/projects/jquery-dotimeout-plugin/ ). Also includes the possibility to cancel delays, pretty cool!

@benbarnett
Copy link
Owner

Merging with #61

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

5 participants