File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -823,29 +823,28 @@ console.log(anim.playState); // Should be 'running'.
823
823
are introduced.
824
824
</li>
825
825
<li>
826
- Generation of keyframe objects is described in detail
826
+ Generation of keyframe objects is described in detail.
827
827
</li>
828
828
<li>
829
- The animation-composition property is introduced,
830
- which defines the composite operation used
829
+ The ' animation-composition' property is introduced,
830
+ which defines the composite operation used
831
831
when multiple animations affect the same property simultaneously.
832
832
</li>
833
833
<li>
834
- The animation-timeline property is introduced,
834
+ The ' animation-timeline' property is introduced,
835
835
which defines the timeline used with the animation.
836
836
</li>
837
837
<li>
838
- The animation shorthand property is updated
838
+ The ' animation' shorthand property is updated
839
839
to account for these new properties.
840
840
</li>
841
841
<li>
842
842
Dispatch of animation events is described.
843
843
</li>
844
844
<li>
845
- The CSSAnimation interface is added.
845
+ The {{ CSSAnimation}} interface is added.
846
846
</li>
847
847
<li>
848
- Requirements on pending style changesare described.
848
+ Requirements on pending style changes are described.
849
849
</li>
850
-
851
850
</ul>
You can’t perform that action at this time.
0 commit comments