From 2b87d939bb20efe2b424e74bdaac26160139bfdb Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:03:11 +0700 Subject: [PATCH] make fade of ripple effect longer --- .../quickshell/ii/modules/common/widgets/PrimaryTabButton.qml | 1 + .config/quickshell/ii/modules/common/widgets/RippleButton.qml | 1 + .../quickshell/ii/modules/common/widgets/SecondaryTabButton.qml | 1 + 3 files changed, 3 insertions(+) diff --git a/.config/quickshell/ii/modules/common/widgets/PrimaryTabButton.qml b/.config/quickshell/ii/modules/common/widgets/PrimaryTabButton.qml index 0b4b6f8f..6c687321 100644 --- a/.config/quickshell/ii/modules/common/widgets/PrimaryTabButton.qml +++ b/.config/quickshell/ii/modules/common/widgets/PrimaryTabButton.qml @@ -53,6 +53,7 @@ TabButton { RippleAnim { id: rippleFadeAnim + duration: rippleDuration * 2 target: ripple property: "opacity" to: 0 diff --git a/.config/quickshell/ii/modules/common/widgets/RippleButton.qml b/.config/quickshell/ii/modules/common/widgets/RippleButton.qml index 7487203a..955d0bb6 100644 --- a/.config/quickshell/ii/modules/common/widgets/RippleButton.qml +++ b/.config/quickshell/ii/modules/common/widgets/RippleButton.qml @@ -91,6 +91,7 @@ Button { RippleAnim { id: rippleFadeAnim + duration: rippleDuration * 2 target: ripple property: "opacity" to: 0 diff --git a/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml b/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml index 983dd02b..568634bb 100644 --- a/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml +++ b/.config/quickshell/ii/modules/common/widgets/SecondaryTabButton.qml @@ -51,6 +51,7 @@ TabButton { RippleAnim { id: rippleFadeAnim + duration: rippleDuration * 2 target: ripple property: "opacity" to: 0