diff --git a/components/StateLayer.qml b/components/StateLayer.qml index aa7041cc..35acfbfa 100644 --- a/components/StateLayer.qml +++ b/components/StateLayer.qml @@ -60,16 +60,12 @@ MouseArea { properties: "implicitWidth,implicitHeight" from: 0 to: rippleAnim.radius * 2 - duration: Appearance.anim.durations.normal easing.bezierCurve: Appearance.anim.curves.standardDecel } Anim { target: ripple property: "opacity" to: 0 - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard } }