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

eg.pauseResume - support pause/resume on $.fn.delay #167

Closed
jongmoon opened this issue Mar 25, 2016 · 0 comments
Closed

eg.pauseResume - support pause/resume on $.fn.delay #167

jongmoon opened this issue Mar 25, 2016 · 0 comments
Assignees
Milestone

Comments

@jongmoon
Copy link
Contributor

Description

Support pause/resume on $.fn.delay

Consider below code. It's NOT abnormal.

$el
   .delay(300)
   .animate({...});

If pause/resume are not supported on delay, it is impossible to restore the delay state.

When paused after 200ms and resumed, we expect 100ms delay and do animate. because pause/resume is applied on animate only.

To support above situation, add support pause/resume on delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant