From e8d7f3784a3b2967ef39ba57b4391c68ca17102e Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 26 Jun 2021 21:02:48 +0300 Subject: [PATCH] minor fixes --- 7-animation/2-css-animations/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-animation/2-css-animations/article.md b/7-animation/2-css-animations/article.md index 0332190d..ff28a5a3 100644 --- a/7-animation/2-css-animations/article.md +++ b/7-animation/2-css-animations/article.md @@ -303,7 +303,7 @@ The alternative value `end` would mean that the change should be applied not in So the process for `steps(9, end)` would go like this: -- `0s` -- `0` +- `0s` -- `0` (during the first second nothing changes) - `1s` -- `-10%` (first change at the end of the 1st second) - `2s` -- `-20%` - ...