From 09281788bfca611e3081d034e9160cb1d58fd858 Mon Sep 17 00:00:00 2001 From: Vse Mozhe Buty Date: Fri, 4 Dec 2020 00:00:44 +0200 Subject: [PATCH] Fix typo in 7.2 (CSS-animations) --- 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 80b38c83..97c75da2 100644 --- a/7-animation/2-css-animations/article.md +++ b/7-animation/2-css-animations/article.md @@ -285,7 +285,7 @@ The first argument of `steps(9, start)` is the number of steps. The transform wi The second argument is one of two words: `start` or `end`. -The `start` means that in the beginning of animation we need to do make the first step immediately. +The `start` means that in the beginning of animation we need to make the first step immediately. We can observe that during the animation: when we click on the digit it changes to `1` (the first step) immediately, and then changes in the beginning of the next second.