Skip to content

Commit 9bba570

Browse files
committedJun 26, 2021
minor fixes
1 parent e8d7f37 commit 9bba570

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
@@ -492,7 +492,7 @@ Here's a more complex example, with `@keyframes`:
492492

493493
## Summary
494494

495-
CSS animations allow smoothly (or not) animated changes of one or multiple CSS properties.
495+
CSS animations allow smoothly (or step-by-step) animated changes of one or multiple CSS properties.
496496

497497
They are good for most animation tasks. We're also able to use JavaScript for animations, the next chapter is devoted to that.
498498

0 commit comments

Comments
 (0)
Please sign in to comment.