Skip to content

Commit 1cf50e8

Browse files
committed
chore: Increase the speed for glance background animation, b=no-bug, c=glance
1 parent 11e3397 commit 1cf50e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/glance/ZenGlanceManager.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
opacity: [0.4, 1],
927927
},
928928
{
929-
duration: this.#GLANCE_ANIMATION_DURATION,
929+
duration: this.#GLANCE_ANIMATION_DURATION / 2,
930930
type: 'spring',
931931
bounce: 0,
932932
}

0 commit comments

Comments
 (0)