egjs-jquery-pauseresume icon indicating copy to clipboard operation
egjs-jquery-pauseresume copied to clipboard

Support pause/resume on transform

Open sculove opened this issue 8 years ago • 0 comments

@jongmoon commented on Wed Jun 01 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 avatar Aug 03 '17 05:08 sculove