diff --git a/docs/components/animation.md b/docs/components/animation.md index e27a014c..6e367f18 100644 --- a/docs/components/animation.md +++ b/docs/components/animation.md @@ -4,7 +4,7 @@ Animate elements declaratively with nearly 100 baked-in presets, or roll your own with custom keyframes. Powered by the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API). -To animate an element, wrap it in `` and set an animation `name`. The animation not start until you add the `play` attribute. Refer to the [properties table](#properties) for a list of all animation options. +To animate an element, wrap it in `` and set an animation `name`. The animation will not start until you add the `play` attribute. Refer to the [properties table](#properties) for a list of all animation options. ```html preview