diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index 010818364..2075dfdb3 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -166,6 +166,8 @@ Singleton { } animationCurves: QtObject { + readonly property list expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1.00, 1, 1] // Default, 500ms + readonly property list expressiveEffects: [0.34, 0.80, 0.34, 1.00] // Default, 200ms readonly property list emphasized: [0.05, 0, 2 / 15, 0.06, 1 / 6, 0.4, 5 / 24, 0.82, 0.25, 1, 1, 1] readonly property list emphasizedAccel: [0.3, 0, 0.8, 0.15, 1, 1] readonly property list emphasizedDecel: [0.05, 0.7, 0.1, 1, 1, 1] @@ -176,9 +178,9 @@ Singleton { animation: QtObject { property QtObject elementMove: QtObject { - property int duration: 450 + property int duration: 500 property int type: Easing.BezierSpline - property list bezierCurve: animationCurves.emphasized + property list bezierCurve: animationCurves.expressiveDefaultSpatial property int velocity: 650 property Component numberAnimation: Component { NumberAnimation {