From f13908843bd5ecd6fae45a5e4604307fd038fcff Mon Sep 17 00:00:00 2001 From: vlad doster Date: Sat, 19 Jun 2021 15:54:02 -0500 Subject: [PATCH] (docs) update 03-best-practices.md (#1298) - add comma --- docsSource/sections/03-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsSource/sections/03-best-practices.md b/docsSource/sections/03-best-practices.md index b275982..5e444c2 100644 --- a/docsSource/sections/03-best-practices.md +++ b/docsSource/sections/03-best-practices.md @@ -32,7 +32,7 @@ Even though Animate.css provides utility classes for repeating animations, inclu ### Mind the initial and final state of your elements -All the Animate.css animations include a CSS property called `animation-fill-mode` which controls the states of an element before and after animation. You can read more about it [here](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode). Animate.css defaults to `animation-fill-mode: both`, but you can change it to suit your needs. +All the Animate.css animations include a CSS property called `animation-fill-mode`, which controls the states of an element before and after animation. You can read more about it [here](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode). Animate.css defaults to `animation-fill-mode: both`, but you can change it to suit your needs. ### Don't disable the `prefers-reduced-motion` media query