You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-animations-2/Overview.bs
+77-39Lines changed: 77 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,38 @@ Editor: Brian Birtles, Mozilla https://www.mozilla.org/, bbirtles@mozilla.com, w
31
31
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
32
32
Ignored Vars: auto-rewind
33
33
</pre>
34
+
<pre class=link-defaults>
35
+
spec:web-animations-1; type:dfn;
36
+
text:active duration
37
+
text:active phase; for:animation effect
38
+
text:active time
39
+
text:after phase; for:animation effect
40
+
text:animation class
41
+
text:animation effect
42
+
text:associated effect
43
+
text:associated effect end
44
+
text:before phase; for:animation effect
45
+
text:current iteration
46
+
text:current time; for:animation
47
+
text:composite operation
48
+
text:fill mode
49
+
text:idle play state
50
+
text:idle phase; for:animation effect
51
+
text:iteration duration
52
+
text:iteration count
53
+
text:iteration start
54
+
text:keyframe
55
+
text:pause an animation
56
+
text:paused play state
57
+
text:pending pause task
58
+
text:pending play task
59
+
text:play an animation
60
+
text:play state
61
+
text:playback direction
62
+
text:start delay
63
+
text:target element
64
+
text:unresolved
65
+
</pre>
34
66
35
67
<h2 id="delta">Delta specification</h2>
36
68
@@ -134,8 +166,9 @@ let animation = elem.getAnimations()[0]; // animation's owning element is elem
134
166
elem.style.animation = ''; // animation no longer has an owning element
135
167
</pre>
136
168
137
-
Note that although the <a>owning element</a> is often equal to the <a>target
138
-
element</a> of an animation's <a>target effect</a>, this is not always the case.
169
+
Note that although the <a>owning element</a> is often equal to the
170
+
[=target element=] of an animation's [=associated effect=],
171
+
this is not always the case.
139
172
The following example demonstrates some of the situations where these two
140
173
elements may differ.
141
174
@@ -155,7 +188,7 @@ animation.effect = null;
155
188
156
189
## Animation composite order ## {#animation-composite-order}
157
190
158
-
<a spec='web-animations'>Animations</a> generated from the markup defined in
191
+
[=Animations=] generated from the markup defined in
159
192
this specification have an <a>animation class</a> of ‘CSS
160
193
Animation’.
161
194
@@ -271,7 +304,7 @@ and the position of the animation in |element|'s 'animation-name' list,
0 commit comments