Web Animations: Implement Animation::pending |
|
Issue descriptionThe web-animations-1 spec added a 'pending' member to the Animation interface: https://drafts.csswg.org/web-animations-1/#dom-animation-pending "pending, of type boolean, readonly Returns true if this animation has a pending play task or a pending pause task." We need to add this to our Animation implementation. Unfortunately I don't think we have a very clear notion (or at least, I don't!) of when a pending play task or pending pause task is around. |
|
►
Sign in to add a comment |
|
Comment 1 by smcgruer@chromium.org
, Mar 31 2018