forked from Shinonome/dots-hyprland
make fade of ripple effect longer
This commit is contained in:
@@ -53,6 +53,7 @@ TabButton {
|
|||||||
|
|
||||||
RippleAnim {
|
RippleAnim {
|
||||||
id: rippleFadeAnim
|
id: rippleFadeAnim
|
||||||
|
duration: rippleDuration * 2
|
||||||
target: ripple
|
target: ripple
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
to: 0
|
to: 0
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ Button {
|
|||||||
|
|
||||||
RippleAnim {
|
RippleAnim {
|
||||||
id: rippleFadeAnim
|
id: rippleFadeAnim
|
||||||
|
duration: rippleDuration * 2
|
||||||
target: ripple
|
target: ripple
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
to: 0
|
to: 0
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ TabButton {
|
|||||||
|
|
||||||
RippleAnim {
|
RippleAnim {
|
||||||
id: rippleFadeAnim
|
id: rippleFadeAnim
|
||||||
|
duration: rippleDuration * 2
|
||||||
target: ripple
|
target: ripple
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
to: 0
|
to: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user