This commit is contained in:
Binary file not shown.
@@ -10,8 +10,10 @@
|
|||||||
class="q-mx-md q-mt-lg q-py-sm q-px-md"
|
class="q-mx-md q-mt-lg q-py-sm q-px-md"
|
||||||
:class="isHeroScroll ? 'text-white' : 'text-white glass shadow-6'"
|
:class="isHeroScroll ? 'text-white' : 'text-white glass shadow-6'"
|
||||||
:style="{
|
:style="{
|
||||||
|
'backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
|
||||||
|
'-webkit-backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
|
||||||
'border-radius': 'var(--base-radius)',
|
'border-radius': 'var(--base-radius)',
|
||||||
'transition': 'all 0.3s ease'
|
'transition': 'all 0.3s ease-in-out'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user