transition header
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-20 12:39:56 +03:00
parent afe414e7d9
commit ed6f3d29e0

View File

@@ -3,7 +3,7 @@
<q-header
class="main-content bg-transparent"
reveal
style="transition: all 0.5s ease"
style="transition: all 0.3s ease"
ref="headerRef"
>
<div
@@ -13,7 +13,7 @@
'backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
'-webkit-backdrop-filter': isHeroScroll ? 'none' : 'blur(12px) saturate(180%)',
'border-radius': 'var(--base-radius)',
'transition': 'all 0.5s ease'
'transition': 'all 0.3s ease'
}"
>
<div