Skip to content

Commit

Permalink
refactor: slightly shorten the default animation duration
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Sep 2, 2024
1 parent ad21f3b commit 2b6063e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class BoardWindowManager(
TransitionSet().apply {
enterAnimation?.let { addTransition(it) }
exitAnimation?.let { addTransition(it) }
duration = 300
duration = 100
},
)
}
Expand Down

0 comments on commit 2b6063e

Please sign in to comment.