2
0
mirror of synced 2025-02-16 08:37:08 +00:00

fix(StatusSwitch): Removed running property on transition animation

This commit is contained in:
Igor Sirotin 2022-07-06 15:52:18 +04:00
parent c4421d3552
commit 2a8f4127ee

View File

@ -52,7 +52,7 @@ Switch {
transitions: Transition {
reversible: true
NumberAnimation { properties: "x"; easing.type: Easing.Linear; duration: 120; running: visible }
NumberAnimation { properties: "x"; easing.type: Easing.Linear; duration: 120 }
}
}
}