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

Support pause/resume on transform #242

Closed
jongmoon opened this issue Jun 1, 2016 · 1 comment
Closed

Support pause/resume on transform #242

jongmoon opened this issue Jun 1, 2016 · 1 comment
Labels

Comments

@jongmoon
Copy link
Contributor

jongmoon commented Jun 1, 2016

Description

Now the pause/resume is not working on transform. But for more various animation effect, transform support is needed.

Steps to check or reproduce

$el.animate({"transform": "rotate(20deg)"}, 4000);

//before 4000 ms, you can pause or resume
$el.pause(); 
@sculove
Copy link
Contributor

sculove commented Aug 3, 2017

Issue moved to naver/egjs-pauseresume #5 via ZenHub

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

No branches or pull requests

3 participants