feat: Increase the duration for glance close animation, p=#11184, c=glance

This commit is contained in:
mr. m
2025-11-07 10:35:15 +01:00
committed by GitHub
parent 1cf50e863d
commit a0f282a759

View File

@@ -926,7 +926,7 @@
opacity: [0.4, 1],
},
{
duration: this.#GLANCE_ANIMATION_DURATION / 2,
duration: this.#GLANCE_ANIMATION_DURATION / 1.5,
type: 'spring',
bounce: 0,
}