Skip to content

Commit 70cc404

Browse files
committed
[css-animations-2] Update Changes list
1 parent 587e89a commit 70cc404

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

css-animations-2/Overview.bs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,24 @@ console.log(anim.playState); // Should be 'running'.
908908
909909
<h2 id="changes">Changes</h2>
910910
911+
<h3 id="changes-recent">Recent Changes</3h>
912+
913+
<p>Changes since the <a href="https://www.w3.org/TR/2023/WD-css-animations-2-20230302/">2 March 2023 Working Draft</a> include:
914+
915+
<ul>
916+
<li>Added ''animation-duration/auto'' as the [=initial value=] of 'animation-duration'.
917+
(<a href="https://github.com/w3c/csswg-drafts/issues/6530">Issue 6530</a>)
918+
<li>Rewrote [[#keyframe-processing]]
919+
to re-use the [=cascade=],
920+
to handle non-percentage keyframe offsets,
921+
to handle keyframes with offsets outside the [0,1] range,
922+
and to use the value of 'animation-composition' as the default composit.
923+
<li>Reduced the cases where ''display: none'' cancel an animation.
924+
(<a href="https://github.com/w3c/csswg-drafts/issues/6429">Issue 6429</a>)
925+
<li>Cross-linked to [[css-values-4#linked-properties]] to define how the various 'animation-*' properties interact.
926+
<li>Clarified that among the animation properties, 'animation-timeline' is applied first.
927+
</ul>
928+
911929
<h3 id="changes-level-1">Changes since CSS Animations, Level 1</h3>
912930
913931
<ul>

0 commit comments

Comments
 (0)