feat: fade animation in global upload region

This commit is contained in:
JovannMC 2025-02-09 20:35:40 +03:00
parent 6fb6ce3b68
commit 5cc9056c33
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -169,6 +169,10 @@
{#if dropping}
<div
class="fixed w-screen h-screen bg-accent-blue opacity-40 dynadark:opacity-20 z-[100] pointer-events-none"
transition:fade={{
duration,
easing: quintOut,
}}
></div>
{/if}