Added tailwindcss-animate
- Added animation to header icon - Added animation to home page (icons/privacy disclaimer)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<nav class="bg-white border-gray-200 px-4 lg:px-6 py-2.5 border-b-2 border-accent-content/5" [ngClass]="{'navbar-shadow': isMenuOpen}">
|
||||
<div class="flex flex-wrap justify-between items-center mx-auto max-w-screen-xl">
|
||||
<a routerLink="/" class="flex items-center">
|
||||
<img src="./assets/cloud-solid.svg" class="mr-3 h-6 sm:h-9" alt="Flowbite Logo" />
|
||||
<img src="./assets/cloud-solid.svg" class="mr-3 h-6 sm:h-9 animate-in fade-in slide-in-from-top duration-500" alt="Flowbite Logo" />
|
||||
<span class="self-center text-xl font-semibold whitespace-nowrap">SharePulse</span>
|
||||
</a>
|
||||
<div class="flex items-center lg:order-2">
|
||||
|
Reference in New Issue
Block a user