mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 12:52:09 +00:00
change small animations to use expressiveEffects curve
This commit is contained in:
parent
43eb4739f8
commit
9d425cd737
1 changed files with 1 additions and 7 deletions
|
|
@ -227,7 +227,7 @@ Singleton {
|
|||
property QtObject elementMoveFast: QtObject {
|
||||
property int duration: 200
|
||||
property int type: Easing.BezierSpline
|
||||
property list<real> bezierCurve: animationCurves.standardDecel
|
||||
property list<real> bezierCurve: animationCurves.expressiveEffects
|
||||
property int velocity: 850
|
||||
property Component colorAnimation: Component { ColorAnimation {
|
||||
duration: root.animation.elementMoveFast.duration
|
||||
|
|
@ -261,12 +261,6 @@ Singleton {
|
|||
property int duration: 350
|
||||
property int type: Easing.OutExpo
|
||||
}
|
||||
property QtObject positionShift: QtObject {
|
||||
property int duration: 300
|
||||
property int type: Easing.BezierSpline
|
||||
property list<real> bezierCurve: animationCurves.emphasized
|
||||
property int velocity: 650
|
||||
}
|
||||
}
|
||||
|
||||
sizes: QtObject {
|
||||
|
|
|
|||
Loading…
Reference in a new issue