Skip to content

Commit 2be35c9

Browse files
Update 7-animation/2-css-animations/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
1 parent ed497e7 commit 2be35c9

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
@@ -369,7 +369,7 @@ The event object for `transitionend` has a few specific properties:
369369

370370
We can join multiple simple animations together using the `@keyframes` CSS rule.
371371

372-
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.
372+
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.
373373

374374
Here's an example with explanations:
375375

0 commit comments

Comments
 (0)