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 {
|
Behavior on opacity {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
duration: 800
|
duration: 500
|
||||||
easing: Easing.InOutQuad
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue