Update 7-animation/2-css-animations/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
This commit is contained in:
parent
ed497e7e9c
commit
2be35c9951
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ The event object for `transitionend` has a few specific properties:
|
|||
|
||||
We can join multiple simple animations together using the `@keyframes` CSS rule.
|
||||
|
||||
It specifies the "name" of the animation and rules: what, when and where to animate. Then using the `animation` property we can attach the animation to the element and specify additional parameters for it.
|
||||
It specifies the "name" of the animation and rules - what, when and where to animate. Then using the `animation` property, we can attach the animation to the element and specify additional parameters for it.
|
||||
|
||||
Here's an example with explanations:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue