Skip to content

Commit f40c216

Browse files
committed
[css-animations] Add elapsedTime to context info for animationstart event
The value of |elapsedTime| is defined for the event so clearly it should be listed in the context info.
1 parent 6120769 commit f40c216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ Types of <code>AnimationEvent</code></h3>
930930
<ul>
931931
<li>Bubbles: Yes</li>
932932
<li>Cancelable: No</li>
933-
<li>Context Info: animationName, pseudoElement</li>
933+
<li>Context Info: animationName, elapsedTime, pseudoElement</li>
934934
</ul>
935935

936936
<dt><dfn>animationend</dfn>

0 commit comments

Comments
 (0)