We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dda47f commit e8d7f37Copy full SHA for e8d7f37
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
303
304
So the process for `steps(9, end)` would go like this:
305
306
-- `0s` -- `0`
+- `0s` -- `0` (during the first second nothing changes)
307
- `1s` -- `-10%` (first change at the end of the 1st second)
308
- `2s` -- `-20%`
309
- ...
0 commit comments