Fix typo in css-animations

step -> steps
This commit is contained in:
traxium 2020-05-01 10:45:14 +07:00 committed by GitHub
parent 175aefa0b8
commit 29ac929458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,7 +307,7 @@ So the process would go like this:
- ...
- `9s` -- `-90%`
Here's `step(9, end)` in action (note the pause between the first digit change):
Here's `steps(9, end)` in action (note the pause between the first digit change):
[codetabs src="step-end"]