mirror of https://github.com/VERT-sh/VERT.git
feat: fade animation in global upload region
This commit is contained in:
parent
6fb6ce3b68
commit
5cc9056c33
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue