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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 00:54:23 PDT 2011


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





--- Comment #5 from Paul Bakaus <pbakaus at zynga.com>  2011-03-29 00:54:23 PST ---
(In reply to comment #4)
> 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();

This looks pretty cool. Thank god you guys show us a little JS API love :) Looking forward to seeing the API stabilize.

-- 
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