From fce253ca7c1e6e8dee497a3b7f260eb411b6024c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 24 Aug 2025 17:35:17 +1000 Subject: internal: cleanup --- components/StateLayer.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'components/StateLayer.qml') 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 } } -- cgit v1.2.3-freya