forked from Shinonome/dots-hyprland
change small animations to use expressiveEffects curve
This commit is contained in:
@@ -227,7 +227,7 @@ Singleton {
|
|||||||
property QtObject elementMoveFast: QtObject {
|
property QtObject elementMoveFast: QtObject {
|
||||||
property int duration: 200
|
property int duration: 200
|
||||||
property int type: Easing.BezierSpline
|
property int type: Easing.BezierSpline
|
||||||
property list<real> bezierCurve: animationCurves.standardDecel
|
property list<real> bezierCurve: animationCurves.expressiveEffects
|
||||||
property int velocity: 850
|
property int velocity: 850
|
||||||
property Component colorAnimation: Component { ColorAnimation {
|
property Component colorAnimation: Component { ColorAnimation {
|
||||||
duration: root.animation.elementMoveFast.duration
|
duration: root.animation.elementMoveFast.duration
|
||||||
@@ -261,12 +261,6 @@ Singleton {
|
|||||||
property int duration: 350
|
property int duration: 350
|
||||||
property int type: Easing.OutExpo
|
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 {
|
sizes: QtObject {
|
||||||
|
|||||||
Reference in New Issue
Block a user