Fix warning, properly assign the easing property

This commit is contained in:
Aleix Pol 2021-08-26 17:42:34 +02:00
parent a06bd89ec4
commit 81a9b81e26

View file

@ -104,7 +104,7 @@ Item {
Behavior on implicitHeight {
NumberAnimation {
duration: Kirigami.Units.longDuration
easing: Easing.InOutQuad
easing.type: Easing.InOutQuad
}
}