Skip to content

Commit 2b6063e

Browse files
committed
refactor: slightly shorten the default animation duration
1 parent ad21f3b commit 2b6063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/osfans/trime/ime/window/BoardWindowManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class BoardWindowManager(
4343
TransitionSet().apply {
4444
enterAnimation?.let { addTransition(it) }
4545
exitAnimation?.let { addTransition(it) }
46-
duration = 300
46+
duration = 100
4747
},
4848
)
4949
}

0 commit comments

Comments
 (0)