Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e8d7f37

Browse files
committedJun 26, 2021
minor fixes
1 parent 6dda47f commit e8d7f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎7-animation/2-css-animations/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The alternative value `end` would mean that the change should be applied not in
303303

304304
So the process for `steps(9, end)` would go like this:
305305

306-
- `0s` -- `0`
306+
- `0s` -- `0` (during the first second nothing changes)
307307
- `1s` -- `-10%` (first change at the end of the 1st second)
308308
- `2s` -- `-20%`
309309
- ...

0 commit comments

Comments
 (0)
Please sign in to comment.