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
@@ -156,23 +157,6 @@ only the differences from Web Animations Level 1 [[!WEB-ANIMATIONS-1]].
156
157
Once the Level 1 specification is closer to complete, it will be merged
157
158
with the additions here into a complete level 2 specification.</p>
158
159
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
-
176
160
<h2 id="timing-model">Timing model</h2>
177
161
178
162
This section describes and defines the behavior of the Web Animations
@@ -3804,6 +3788,44 @@ Add:
3804
3788
>
3805
3789
> Note: Need to spec this properly somewhere.
3806
3790
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>
0 commit comments