Added spinner animations for initial loading and infinite scroll
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Initial Loading Animation -->
|
||||
<!-- SHOW ME only during load of first set of results -->
|
||||
<p class="hidden text-slate-500 text-center italic mt-8 mb-4"><i class="fa-solid fa-spinner fa-spin-pulse"></i> Loading…</p>
|
||||
|
||||
<!-- Results List -->
|
||||
<ul class="">
|
||||
<li class="border-b border-slate-300">
|
||||
@@ -104,6 +108,10 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Infinite Scroll Loading Animation -->
|
||||
<!-- SHOW ME only while loading more results into list -->
|
||||
<p class="hidden text-slate-500 text-center italic mt-8 mb-4"><i class="fa-solid fa-spinner fa-spin-pulse"></i> Loading More…</p>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user