File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -811,3 +811,41 @@ console.log(anim.playState); // Should be 'running'.
811811 Security Considerations</h2>
812812
813813 No security concerns have been reported on this specification.
814+
815+ <h2 id="changes">Changes</h2>
816+
817+ <h3 id="changes-level-1">Changes since CSS Animations, Level 1</h3>
818+
819+ <ul>
820+ <li>
821+ The interaction between CSS Animations and Web Animations is defined,
822+ and the concepts of the owning element and animation composite order
823+ are introduced.
824+ </li>
825+ <li>
826+ Generation of keyframe objects is described in detail
827+ </li>
828+ <li>
829+ The animation-composition property is introduced,
830+ which defines the composite operation used
831+ when multiple animations affect the same property simultaneously.
832+ </li>
833+ <li>
834+ The animation-timeline property is introduced,
835+ which defines the timeline used with the animation.
836+ </li>
837+ <li>
838+ The animation shorthand property is updated
839+ to account for these new properties.
840+ </li>
841+ <li>
842+ Dispatch of animation events is described.
843+ </li>
844+ <li>
845+ The CSSAnimation interface is added.
846+ </li>
847+ <li>
848+ Requirements on pending style changesare described.
849+ </li>
850+
851+ </ul>
You can’t perform that action at this time.
0 commit comments