NPanel: slower overlay fadein

This commit is contained in:
quadbyte 2025-08-15 06:58:04 -04:00
parent 867444a29c
commit a1cd673fb5

View file

@ -51,7 +51,7 @@ PanelWindow {
Behavior on color { Behavior on color {
ColorAnimation { ColorAnimation {
duration: Style.animationNormal duration: Style.animationSlow
easing.type: Easing.InOutCubic easing.type: Easing.InOutCubic
} }
} }