feat: expressive effects -> slow spatial

We don't use the effect curve anyways, standard is better
This commit is contained in:
2 * r + 2 * t 2026-04-07 22:00:38 +10:00
parent 77ab4b8350
commit 293b6f4b2b

View file

@ -65,7 +65,7 @@ JsonObject {
property list<real> standardDecel: [0, 0, 0, 1, 1, 1] property list<real> standardDecel: [0, 0, 0, 1, 1, 1]
property list<real> expressiveFastSpatial: [0.42, 1.67, 0.21, 0.9, 1, 1] property list<real> expressiveFastSpatial: [0.42, 1.67, 0.21, 0.9, 1, 1]
property list<real> expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1, 1, 1] property list<real> expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1, 1, 1]
property list<real> expressiveEffects: [0.34, 0.8, 0.34, 1, 1, 1] property list<real> expressiveSlowSpatial: [0.39, 1.29, 0.35, 0.98, 1, 1]
} }
component AnimDurations: JsonObject { component AnimDurations: JsonObject {
@ -76,7 +76,7 @@ JsonObject {
property int extraLarge: 1000 * scale property int extraLarge: 1000 * scale
property int expressiveFastSpatial: 350 * scale property int expressiveFastSpatial: 350 * scale
property int expressiveDefaultSpatial: 500 * scale property int expressiveDefaultSpatial: 500 * scale
property int expressiveEffects: 200 * scale property int expressiveSlowSpatial: 650 * scale
} }
component Anim: JsonObject { component Anim: JsonObject {