File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 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'.
823823 are introduced.
824824 </li>
825825 <li>
826- Generation of keyframe objects is described in detail
826+ Generation of keyframe objects is described in detail.
827827 </li>
828828 <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
831831 when multiple animations affect the same property simultaneously.
832832 </li>
833833 <li>
834- The animation-timeline property is introduced,
834+ The ' animation-timeline' property is introduced,
835835 which defines the timeline used with the animation.
836836 </li>
837837 <li>
838- The animation shorthand property is updated
838+ The ' animation' shorthand property is updated
839839 to account for these new properties.
840840 </li>
841841 <li>
842842 Dispatch of animation events is described.
843843 </li>
844844 <li>
845- The CSSAnimation interface is added.
845+ The {{ CSSAnimation}} interface is added.
846846 </li>
847847 <li>
848- Requirements on pending style changesare described.
848+ Requirements on pending style changes are described.
849849 </li>
850-
851850</ul>
You can’t perform that action at this time.
0 commit comments