Skip to content

Commit faaef2e

Browse files
committed
DS - Fixed scroll hover effect to match WDL exactly
1 parent d577366 commit faaef2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DS/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ <h1>Data Structures Lab</h1>
215215
<!-- Scroll Hint -->
216216
<div class="mt-4 text-center" style="animation: fadeInDown 1s ease 0.5s both;">
217217
<a href="#interactive-demo" class="scroll-link">
218-
<i class="fas fa-chevron-down" style="animation: bounce 2s infinite;"></i>
218+
<i class="fas fa-chevron-down"></i>
219219
Scroll down for Interactive Algorithm Visualizations
220-
<i class="fas fa-chevron-down" style="animation: bounce 2s infinite;"></i>
220+
<i class="fas fa-chevron-down"></i>
221221
</a>
222222
</div>
223223
</header>

0 commit comments

Comments
 (0)