make fade of ripple effect longer

This commit is contained in:
end-4 2025-08-08 21:03:11 +07:00
parent 39a88a6cd3
commit 2b87d939bb
3 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,7 @@ TabButton {
RippleAnim {
id: rippleFadeAnim
duration: rippleDuration * 2
target: ripple
property: "opacity"
to: 0

View file

@ -91,6 +91,7 @@ Button {
RippleAnim {
id: rippleFadeAnim
duration: rippleDuration * 2
target: ripple
property: "opacity"
to: 0

View file

@ -51,6 +51,7 @@ TabButton {
RippleAnim {
id: rippleFadeAnim
duration: rippleDuration * 2
target: ripple
property: "opacity"
to: 0