chore: Increase the speed for glance background animation, b=no-bug, c=glance

This commit is contained in:
mr. m
2025-11-06 23:07:06 +01:00
parent 11e3397421
commit 1cf50e863d

View File

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