File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments