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
1 changed files with 1 additions and 1 deletions

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 }
}
}
}