minor fixes

This commit is contained in:
Ilya Kantor 2021-06-26 21:05:27 +03:00
parent e8d7f3784a
commit 9bba5702fe

View file

@ -492,7 +492,7 @@ Here's a more complex example, with `@keyframes`:
## Summary
CSS animations allow smoothly (or not) animated changes of one or multiple CSS properties.
CSS animations allow smoothly (or step-by-step) animated changes of one or multiple CSS properties.
They are good for most animation tasks. We're also able to use JavaScript for animations, the next chapter is devoted to that.