HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <ul><li>index.html</li>
1 <ul><li>index.html</li>
2 <li>style.css</li>
2 <li>style.css</li>
3 </ul><p>HTML</p>
3 </ul><p>HTML</p>
4 <p>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;title&gt;The transition-delay property&lt;/title&gt; &lt;meta charset="utf-8"&gt; &lt;link rel="stylesheet" href="material.css"&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body class="theory-theme"&gt; &lt;button class="fab fab-play" type="button"&gt;&amp;#58884;&lt;/button&gt; &lt;div class="squares"&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;</p>
4 <p>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;title&gt;The transition-delay property&lt;/title&gt; &lt;meta charset="utf-8"&gt; &lt;link rel="stylesheet" href="material.css"&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body class="theory-theme"&gt; &lt;button class="fab fab-play" type="button"&gt;&amp;#58884;&lt;/button&gt; &lt;div class="squares"&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;span class="square"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;</p>
5 <p>Thanks! We’ll fix everything at once!</p>
5 <p>Thanks! We’ll fix everything at once!</p>
6 <p>You’ve gone to a different page</p>
6 <p>You’ve gone to a different page</p>
7 <p>Click inside the mini-browser to shift the focus onto this window.</p>
7 <p>Click inside the mini-browser to shift the focus onto this window.</p>
8 <p>100%</p>
8 <p>100%</p>
9 <ol><li>Assign a smooth transition for the transform property of the .square squares that has a duration of transition-duration: 500ms.</li>
9 <ol><li>Assign a smooth transition for the transform property of the .square squares that has a duration of transition-duration: 500ms.</li>
10 <li>For the first square, assign a transition delay of transition-delay: 50ms, and assign one of 100ms for the second square.</li>
10 <li>For the first square, assign a transition delay of transition-delay: 50ms, and assign one of 100ms for the second square.</li>
11 <li>Then assign a delays of 150ms and 200ms for the third and fourth squares, respectively.</li>
11 <li>Then assign a delays of 150ms and 200ms for the third and fourth squares, respectively.</li>
12 </ol><p>Click the .fab-play button to toggle the square-active class for the squares.</p>
12 </ol><p>Click the .fab-play button to toggle the square-active class for the squares.</p>