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
@@ -38,7 +43,9 @@ <h2>Transition all properties</h2>
38
43
</section>
39
44
<sectionid="transition-css">
40
45
<h2>Transitions</h2>
41
-
<h3>Different states may be defined using pseudo-classes like <spanclass="code">:hover</span> or <spanclass="code">:active</span> or dynamically set using JavaScript.</h3>
46
+
<h3>Different states may be defined using pseudo-classes like
47
+
<spanclass="code">:hover</span> or
48
+
<spanclass="code">:active</span> or dynamically set using JavaScript.</h3>
42
49
<divclass="snippet transition">
43
50
<h2class="code">transition-duration:</h2>
44
51
<divclass="codeblock">
@@ -290,8 +297,9 @@ <h2>Translation</h2>
290
297
</section>
291
298
<sectionid="animation-css">
292
299
<h2>CSS animation</h2>
293
-
<h3>See <ahref="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations">MDN on CSS animations</a>.
294
-
Also check out <ahref="https://greensock.com/">GreenSock</a>.</h3>
300
+
<h3>See
301
+
<ahref="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations">MDN on CSS animations</a>. Also check out
0 commit comments