From 6aa698afbe4d79e358ddc2e4035e0fe2d648c344 Mon Sep 17 00:00:00 2001 From: vlad doster Date: Sat, 19 Jun 2021 15:53:22 -0500 Subject: [PATCH] (docs) update 02-utilities.md (#1297) - fix punctuation - reduce verbiage --- docsSource/sections/02-utilities.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsSource/sections/02-utilities.md b/docsSource/sections/02-utilities.md index 352f45c..1e993e0 100644 --- a/docsSource/sections/02-utilities.md +++ b/docsSource/sections/02-utilities.md @@ -62,7 +62,7 @@ The `animate__animated` class has a default speed of `1s`. You can also customiz } ``` -Notice that some animations have a duration of less than 1 second. As we used the CSS `calc()` function, setting the duration through the `--animation-duration` property will respect these ratios. So, when you change the global duration all the animations will respond to that change! +Notice that some animations have a duration of less than 1 second. As we used the CSS `calc()` function, setting the duration through the `--animation-duration` property will respect these ratios. So, when you change the global duration, all the animations will respond to that change! ### Repeating classes @@ -90,4 +90,4 @@ As with the delay and speed classes, the `animate__repeat` class is based on the } ``` -Notice that `animate__infinite` doesn't use any custom property and changes to `--animate-repeat` will have no effect on it. Don't forget to read the [best practices](#best-practices) section to make the best use of repeating animations. +Notice that `animate__infinite` doesn't use any custom property, and changes to `--animate-repeat` will have no effect. Don't forget to read the [best practices](#best-practices) section to make the best use of repeating animations.