diff --git a/config/AppearanceConfig.qml b/config/AppearanceConfig.qml index 3d590dca..cee140f6 100644 --- a/config/AppearanceConfig.qml +++ b/config/AppearanceConfig.qml @@ -65,7 +65,7 @@ JsonObject { property list standardDecel: [0, 0, 0, 1, 1, 1] property list expressiveFastSpatial: [0.42, 1.67, 0.21, 0.9, 1, 1] property list expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1, 1, 1] - property list expressiveEffects: [0.34, 0.8, 0.34, 1, 1, 1] + property list expressiveSlowSpatial: [0.39, 1.29, 0.35, 0.98, 1, 1] } component AnimDurations: JsonObject { @@ -76,7 +76,7 @@ JsonObject { property int extraLarge: 1000 * scale property int expressiveFastSpatial: 350 * scale property int expressiveDefaultSpatial: 500 * scale - property int expressiveEffects: 200 * scale + property int expressiveSlowSpatial: 650 * scale } component Anim: JsonObject {