File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
7-animation/2-css-animations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ But how do we make a Bezier curve for a specific task? There are many tools. For
260260
261261### Steps
262262
263- The timing function ` steps(number of steps[, start/end]) ` allows splitting an animation into steps.
263+ The timing function ` steps(number of steps[, start/end]) ` allows splitting an transition into multiple steps.
264264
265265Let's see that in an example with digits.
266266
@@ -301,7 +301,7 @@ The process is progressing like this:
301301
302302The alternative value ` end ` would mean that the change should be applied not in the beginning, but at the end of each second.
303303
304- So the process would go like this:
304+ So the process for ` steps(9, end) ` would go like this:
305305
306306- ` 0s ` -- ` 0 `
307307- ` 1s ` -- ` -10% ` (first change at the end of the 1st second)
You can’t perform that action at this time.
0 commit comments