Launcher: fix a QML bug setting animation easing
This commit is contained in:
parent
f45f41d4ec
commit
203a9fe918
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ Item {
|
|||
|
||||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
duration: 800
|
||||
easing: Easing.InOutQuad
|
||||
duration: 500
|
||||
easing.type: Easing.InOutQuad
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue