Replacing hardcoded duration by their Style. equivalent
This commit is contained in:
parent
7434df4fc1
commit
f476fd243a
2 changed files with 7 additions and 7 deletions
|
|
@ -50,7 +50,7 @@ PanelWindow {
|
|||
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: 350
|
||||
duration: Style.animationNormal
|
||||
easing.type: Easing.InOutCubic
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue