Skip to content

Commit a0f282a

Browse files
authored
feat: Increase the duration for glance close animation, p=#11184, c=glance
1 parent 1cf50e8 commit a0f282a

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 / 2,
929+
duration: this.#GLANCE_ANIMATION_DURATION / 1.5,
930930
type: 'spring',
931931
bounce: 0,
932932
}

0 commit comments

Comments
 (0)