You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 7-animation/2-css-animations/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -443,7 +443,7 @@ The `opacity` property also never causes Layout (also skips Paint in Gecko). We
443
443
444
444
Paring `transform` with `opacity` can usually solve most of our needs, providing fluid, good-looking animations.
445
445
446
-
For example, here clicking on the `#boat` element adds the class with `transform: translateX(300)` and `opacity: 0`, thus making it move `300px` to the right and fade out:
446
+
For example, here clicking on the `#boat` element adds the class with `transform: translateX(300)` and `opacity: 0`, thus making it move `300px` to the right and disappear:
0 commit comments