[Webkit-unassigned] [Bug 43023] CSS Animations: Restarting animations without a setTimeout doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 11:21:51 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=43023


Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dino at apple.com




--- Comment #4 from Dean Jackson <dino at apple.com>  2011-03-28 11:21:51 PST ---
I think https://bugs.webkit.org/show_bug.cgi?id=54151 might cover this. We need to flesh out the API a little more, but it would be something like:

var a = myElement.webkitGetAnimation()[0];
a.pause();
a.elapsedTime = 0;
a.play();

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list