8000 [css-animations-2][css-transitions-2] Rename 'animation type' to 'ani… · w3c/csswg-drafts@266661d · GitHub
Skip to content

Commit 266661d

Browse files
committed
[css-animations-2][css-transitions-2] Rename 'animation type' to 'animation class'
To match recent changes to Web Animations terminology.
1 parent 89bfc94 commit 266661d

4 files changed

Lines changed: 431 additions & 290 deletions

File tree

css-animations-2/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Editor: L. David Baron, Mozilla, dbaron@dbaron.org
2727
!Issues List: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a>
2828
2929
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.
30+
Ignored Vars: auto-rewind
3031
</pre>
3132
<pre class="anchors">
3233
urlPrefix: https://w3c.github.io/web-animations/; type: interface; spec: web-animations
@@ -40,7 +41,7 @@ urlPrefix: https://w3c.github.io/web-animations/; type: method; for: KeyframeEff
4041
urlPrefix: https://w3c.github.io/web-animations/; type: dfn; spec: web-animations
4142
text: animation
4243
text: animation playback rate
43-
text: animation type
44+
text: animation class
4445
text: composite operation
4546
text: current iteration
4647
text: current time
@@ -117,11 +118,11 @@ animation.effect = null;
117118
118119
<a spec='web-animations'>Animations</a> generated from the markup or interfaces
119120
(e.g. the {{CSSAnimation}} constructor) defined in this specification have an
120-
<a>animation type</a> of &lsquo;CSS Animation&rsquo;.
121+
<a>animation class</a> of &lsquo;CSS Animation&rsquo;.
121122
122123
CSS Animations <em>with</em> an <a>owning element</a> have a <em>later</em>
123124
composite order than CSS Transitions but an <em>earlier</em> composite order
124-
than animations without a specific <a>animation type</a>.
125+
than animations without a specific <a>animation class</a>.
125126
126127
Within the set of CSS Animations <em>with</em> an <a>owning element</a>, two
127128
animations <var>A</var> and <var>B</var> are sorted in composite order (first to

0 commit comments

Comments
 (0)