aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.tsx
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-04-10 15:26:32 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2024-04-10 15:26:32 -0400
commit43569b25466aa9bcf19f0f78c6ccd0928c98ab05 (patch)
treef7d11032a82e0fb1ca2fb4f3e2c20570471bc96b /src/client/views/nodes/trails/PresBox.tsx
parent6e3f78c394e0703465344705987ce3fd4bedd756 (diff)
fix: naming, cleaning
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.tsx')
-rw-r--r--src/client/views/nodes/trails/PresBox.tsx2
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,