diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-04-10 15:26:32 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-04-10 15:26:32 -0400 |
| commit | 43569b25466aa9bcf19f0f78c6ccd0928c98ab05 (patch) | |
| tree | f7d11032a82e0fb1ca2fb4f3e2c20570471bc96b /src/client/views/nodes/trails/PresBox.tsx | |
| parent | 6e3f78c394e0703465344705987ce3fd4bedd756 (diff) | |
fix: naming, cleaning
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.tsx')
| -rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx index 3f546cdd7..3b712a4af 100644 --- a/src/client/views/nodes/trails/PresBox.tsx +++ b/src/client/views/nodes/trails/PresBox.tsx @@ -1907,7 +1907,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() { if (!timingConfig) { timingConfig = { - type: SpringType.DEFAULT, + type: SpringType.GENTLE, // stiffness: 300, // damping: 12, // mass: 2, |
