diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledSwitch.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledSwitch.qml index 871ce550f..56c1425d9 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledSwitch.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledSwitch.qml @@ -47,21 +47,21 @@ Switch { Behavior on anchors.leftMargin { NumberAnimation { duration: Appearance.animationCurves.expressiveFastSpatialDuration - easing.type: Easing.BezierCurve + easing.type: Easing.BezierSpline easing.bezierCurve: Appearance.animationCurves.expressiveFastSpatial } } Behavior on width { NumberAnimation { duration: Appearance.animationCurves.expressiveFastSpatialDuration - easing.type: Easing.BezierCurve + easing.type: Easing.BezierSpline easing.bezierCurve: Appearance.animationCurves.expressiveFastSpatial } } Behavior on height { NumberAnimation { duration: Appearance.animationCurves.expressiveFastSpatialDuration - easing.type: Easing.BezierCurve + easing.type: Easing.BezierSpline easing.bezierCurve: Appearance.animationCurves.expressiveFastSpatial } }