fix(StatusSwitch): Removed `running` property on transition animation
This commit is contained in:
parent
c4421d3552
commit
2a8f4127ee
|
@ -52,7 +52,7 @@ Switch {
|
||||||
|
|
||||||
transitions: Transition {
|
transitions: Transition {
|
||||||
reversible: true
|
reversible: true
|
||||||
NumberAnimation { properties: "x"; easing.type: Easing.Linear; duration: 120; running: visible }
|
NumberAnimation { properties: "x"; easing.type: Easing.Linear; duration: 120 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue