forked from Shinonome/dots-hyprland
button color anims
This commit is contained in:
@@ -4,6 +4,7 @@ pragma Singleton
|
||||
|
||||
Singleton {
|
||||
property QtObject m3colors
|
||||
property QtObject animation
|
||||
property QtObject colors
|
||||
property QtObject rounding
|
||||
property QtObject font
|
||||
@@ -138,4 +139,12 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
animation: QtObject {
|
||||
property QtObject elementDecel: QtObject {
|
||||
property int duration: 100
|
||||
property int type: Easing.BezierSpline
|
||||
property list<real> bezierCurve: [0, 0.55, 0.45, 1]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user