Replacing hardcoded duration by their Style. equivalent

This commit is contained in:
quadbyte 2025-08-11 10:00:54 -04:00
parent 7434df4fc1
commit f476fd243a
2 changed files with 7 additions and 7 deletions

View file

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