Skip to content

Commit 882e0db

Browse files
committed
[web-animations-2] Remove warning, update changes #11466
1 parent 8ee7a05 commit 882e0db

File tree

1 file changed

+40
-18
lines changed

1 file changed

+40
-18
lines changed

web-animations-2/Overview.bs

Lines changed: 40 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ dl.switch > dt > ul > li {
5959
<pre class='metadata'>
6060
Title: Web Animations Level 2
6161
Status: ED
62-
Warning: not ready
6362
Work Status: Exploring
6463
Shortname: web-animations
6564
ED: https://drafts.csswg.org/web-animations-2/
6665
TR: https://www.w3.org/TR/web-animations-2/
6766
Version history: https://github.com/w3c/csswg-drafts/commits/main/web-animations-2
6867
Level: 2
68+
!Delta Spec: yes
6969
7070
Group: csswg
7171
!Participate: <a href="https://github.com/w3c/csswg-drafts/tree/main/web-animations-2">Fix the text through GitHub</a>
@@ -86,6 +86,7 @@ Abstract: This specification defines a model for synchronization and
8686
features.
8787
Ignored Vars: auto-rewind, current direction, index, initial progress,
8888
timeline, new timeline, t, going forwards, did trigger
89+
WPT Path Prefix: web-animations
8990
</pre>
9091
<pre class="anchors">
9192
urlPrefix: https://drafts.csswg.org/web-animations-1/; type: dfn; spec: web-animations-1
@@ -156,23 +157,6 @@ only the differences from Web Animations Level 1 [[!WEB-ANIMATIONS-1]].
156157
Once the Level 1 specification is closer to complete, it will be merged
157158
with the additions here into a complete level 2 specification.</p>
158159

159-
<h2 id="changes-since-level-1">Changes since level 1</h2>
160-
161-
This specification introduces the following changes compared to the
162-
previous level of this specification:
163-
164-
* <a>group effects</a> and <a>sequence effects</a>,
165-
* an <a>animation effect</a>-specific
166-
[=animation effect/playback rate=],
167-
* Support for non-monotonic (scroll) timelines.
168-
169-
<div class="amendment" id=amend-CE>
170-
This module also includes some exploratory proposals for [[#custom-effects]],
171-
however there are some concerns about the design of this feature
172-
and it may be replaced in a future revision.
173-
See <a href="https://github.com/w3c/csswg-drafts/issues/6861">discussion</a>.
174-
</div>
175-
176160
<h2 id="timing-model">Timing model</h2>
177161

178162
This section describes and defines the behavior of the Web Animations
@@ -3804,6 +3788,44 @@ Add:
38043788
>
38053789
> Note: Need to spec this properly somewhere.
38063790

3791+
<h2 id="changes">Changes</h2>
3792+
3793+
<h3 id="changes-since-level-1">Changes since level 1</h3>
3794+
3795+
This specification introduces the following changes compared to the
3796+
previous level of this specification:
3797+
3798+
* <a>group effects</a> and <a>sequence effects</a>,
3799+
* an <a>animation effect</a>-specific
3800+
[=animation effect/playback rate=],
3801+
* Support for non-monotonic (scroll) timelines.
3802+
3803+
<div class="amendment" id=amend-CE>
3804+
This module also includes some exploratory proposals for [[#custom-effects]],
3805+
however there are some concerns about the design of this feature
3806+
and it may be replaced in a future revision.
3807+
See <a href="https://github.com/w3c/csswg-drafts/issues/6861">discussion</a>.
3808+
</div>
3809+
3810+
<h3 id="changes-20230221">
3811+
Changes since the <a href="https://www.w3.org/TR/2023/WD-web-animations-2-20230221/">First Public Working Draft</a> of 21 February 2023
3812+
</h3>
3813+
3814+
<ul>
3815+
<!-- to 26 September 2025 -->
3816+
<li>Renamed animation-trigger-type to animation-trigger-behavior</li>
3817+
<li>Corrected mention of start time to current time</li>
3818+
<li>Corrected syntax of rangeStart, rangeEnd, exitRangeStart and exitRangeEnd attributes on AnimationTrigger interface (<a href="https://github.com/w3c/csswg-drafts/issues/11624">Issue 11624</a>)</li>
3819+
<li>Specified the animation-trigger property, added the AnimationTrigger interface <a href="https://github.com/w3c/csswg-drafts/pull/10128"></a></li>
3820+
<li>Changed progress to overallProgress (<a href="https://github.com/w3c/csswg-drafts/issues/8799#issuecomment-2461097047">Issue 8799</a>)</li>
3821+
<li>Specified Animation progress API (<a href="https://github.com/w3c/csswg-drafts/pull/9937">Issue 9937</a>)</li>
3822+
<li>Clarified that start time of the animation is auto-aligned with the animation range boundary when it has not been explicitly set (<a href="https://github.com/w3c/csswg-drafts/pull/9181">Issue 9181</a>)</li>
3823+
<li>Fixed IDL definition of KeyframeAnimationOptions</li>
3824+
<li>Expanded offset syntax for keyframes (<a href="https://github.com/w3c/csswg-drafts/issues/7637">Issue 7637</a>)</li>
3825+
<li>Added rangeStart/rangeEnd to Animatable interface (<a href="https://github.com/w3c/csswg-drafts/issues/7589">Issue 7589</a>)</li>
3826+
<li>Tidied up effect stack definitions (<a href="https://github.com/w3c/csswg-drafts/issues/8497">Issue 8497</a>)</li>
3827+
</ul>
3828+
38073829
Privacy Considerations {#priv}
38083830
===============================================
38093831

0 commit comments

Comments
 (0)