feat: expressive effects -> slow spatial
We don't use the effect curve anyways, standard is better
This commit is contained in:
parent
77ab4b8350
commit
293b6f4b2b
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ JsonObject {
|
|||
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> 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 {
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue