summaryrefslogtreecommitdiff
path: root/components/controls/StyledSwitch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/controls/StyledSwitch.qml')
-rw-r--r--components/controls/StyledSwitch.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/components/controls/StyledSwitch.qml b/components/controls/StyledSwitch.qml
index 7b23712..af5c07d 100644
--- a/components/controls/StyledSwitch.qml
+++ b/components/controls/StyledSwitch.qml
@@ -110,11 +110,7 @@ Switch {
}
Behavior on strokeColor {
- ColorAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
+ CAnim {}
}
}