diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/StateLayer.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/StateLayer.qml b/components/StateLayer.qml index aa7041c..35acfbf 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 } } |