Skip to content

Commit 5168eaa

Browse files
Update 7-animation/2-css-animations/article.md
Co-authored-by: Muhammed Zakir <[email protected]>
1 parent 6c37da4 commit 5168eaa

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
@@ -8,7 +8,7 @@ JavaScript can be used to control CSS animations and make them even better, with
88

99
The idea of CSS transitions is simple. We describe a property and how its changes should be animated. When the property changes, the browser paints the animation.
1010

11-
That is, all we need is to change the property; and, the fluid transition will be done by the browser.
11+
That is, all we need is to change the property, and the fluid transition will be done by the browser.
1212

1313
For instance, the CSS below animates changes of `background-color` for 3 seconds:
1414

0 commit comments

Comments
 (0)