Merge pull request #2343 from vsemozhetbyt/patch-11

Fix typo in 7.2 (CSS-animations)
This commit is contained in:
Ilya Kantor 2020-12-05 18:46:45 +03:00 committed by GitHub
commit b65c62588e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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. 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.