Skip to content

Commit 4ead88d

Browse files
committed
[css-animations-2][editorial] Update changes section #13806
1 parent 98191d0 commit 4ead88d

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

css-animations-2/Overview.bs

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,54 @@ console.log(anim.playState); // Should be 'running'.
953953

954954
<h3 id="changes-recent">Recent Changes</h3>
955955

956-
<p>Changes since the <a href="https://www.w3.org/TR/2023/WD-css-animations-2-20230302/">2 March 2023 Working Draft</a> include:
956+
<p>Changes since the <a href="https://www.w3.org/TR/2023/WD-css-animations-2-20230602/">2 June 2023 Working Draft</a>:</p>
957+
958+
<ul>
959+
<!-- to 3 March 2026 -->
960+
<li>Moved the animation-trigger property to a new spec, animation-triggers-1
961+
(<a href="https://github.com/w3c/csswg-drafts/pull/13571">PR 13571</a>)
962+
</li>
963+
<li>Define trigger scope. Flattened tree; removed anchor-scope reference
964+
(<a href="https://github.com/w3c/csswg-drafts/pull/13241">PR 13241</a>)
965+
</li>
966+
<li>Added play-once animation-action
967+
(<a href="https://github.com/w3c/csswg-drafts/issues/12611">Issue 12611</a>)
968+
</li>
969+
<li>Defined that event triggers can be defined to have enter/exit pairs, like timelines.</li>
970+
<li>Separated trigger concept from trigger instance</li>
971+
<li>Changed initial value of the exit ranges to 'auto', to match the start ranges
972+
</li>
973+
<li>Changed "animation-trigger-behavior" to "animation-trigger" and largely rewrote the definition
974+
(<a href="https://github.com/w3c/csswg-drafts/pull/13009">PR 13009</a>)
975+
</li>
976+
<li>Changed animation-trigger-type to animation-trigger-behavior
977+
(<a href="https://github.com/w3c/csswg-drafts/pull/12223">PR 12223</a>)
978+
</li>
979+
<li>Clarified that setting "effect" should not prevent the timeline to set "set" via animation-timeline
980+
(<a href="https://github.com/w3c/csswg-drafts/pull/11812">PR 11812</a>)
981+
</li>
982+
<li>Defined animation-trigger-* as reset-only sub-properties of animation
983+
(<a href="https://github.com/w3c/csswg-drafts/pull/11653#issue-2831268235">PR 11653</a>)
984+
</li>
985+
<li>Added note to Animation Frames about running the updating animation trigger state procedure</li>
986+
<li>Added algorithm for Setting a Trigger of an Animation</li>
987+
<li>Added the AnimationTrigger interface</li>
988+
<li>Moved all new definitions from web-animations-1 to web-animations-2</li>
989+
<li>Specified the animation-trigger property
990+
(<a href="https://github.com/w3c/csswg-drafts/issues/8942#issuecomment-1854342340">Issue 8942</a>)
991+
</li>
992+
<li>Defined order for sorting animationcancel events
993+
(<a href="https://github.com/w3c/csswg-drafts/issues/11064">Issue 11064</a>)
994+
</li>
995+
<li>Made animation-duration:auto resolve to 0s, for legacy compat
996+
(<a href="https://github.com/w3c/csswg-drafts/issues/6530">Issue 6530</a>)
997+
</li>
998+
<li>Switched timeline names from <<custom-ident>> to <<dashed-ident>>
999+
(<a href="https://github.com/w3c/csswg-drafts/issues/8746">Issue 8746</a>)
1000+
</li>
1001+
</ul>
1002+
1003+
<p>Changes since the <a href="https://www.w3.org/TR/2023/WD-css-animations-2-20230302/">2 March 2023 Working Draft</a>:
9571004

9581005
<ul>
9591006
<li>Added ''animation-duration/auto'' as the [=initial value=] of 'animation-duration'.

0 commit comments

Comments
 (0)