Speed up animation for dock handles.

This commit is contained in:
Shaun Reed 2025-03-29 20:20:28 -04:00
parent 500a329dea
commit be9981291c
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ SplitView {
Behavior on opacity { Behavior on opacity {
OpacityAnimator { OpacityAnimator {
duration: 1400 duration: 700
} }
} }
} }

View File

@ -18,7 +18,7 @@ SplitView {
Behavior on opacity { Behavior on opacity {
OpacityAnimator { OpacityAnimator {
duration: 1400 duration: 700
} }
} }
} }