mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 04:42:14 +00:00
make fade of ripple effect longer
This commit is contained in:
parent
39a88a6cd3
commit
2b87d939bb
3 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ TabButton {
|
|||
|
||||
RippleAnim {
|
||||
id: rippleFadeAnim
|
||||
duration: rippleDuration * 2
|
||||
target: ripple
|
||||
property: "opacity"
|
||||
to: 0
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ Button {
|
|||
|
||||
RippleAnim {
|
||||
id: rippleFadeAnim
|
||||
duration: rippleDuration * 2
|
||||
target: ripple
|
||||
property: "opacity"
|
||||
to: 0
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ TabButton {
|
|||
|
||||
RippleAnim {
|
||||
id: rippleFadeAnim
|
||||
duration: rippleDuration * 2
|
||||
target: ripple
|
||||
property: "opacity"
|
||||
to: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue