aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/SpringUtils.ts
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-05-02 11:44:31 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2024-05-02 11:44:31 -0400
commitb42ad09912393ec1ae5799100bdf7a5786055a55 (patch)
treef2dd875b19a9c8dd3a5d90b0819a1ae0e5140492 /src/client/views/nodes/trails/SpringUtils.ts
parent926a079c7745d2aac1f9a3ff31ef8cbdefdf732e (diff)
focus
Diffstat (limited to 'src/client/views/nodes/trails/SpringUtils.ts')
-rw-r--r--src/client/views/nodes/trails/SpringUtils.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/SpringUtils.ts b/src/client/views/nodes/trails/SpringUtils.ts
index 42a0add84..5f1c0c6a9 100644
--- a/src/client/views/nodes/trails/SpringUtils.ts
+++ b/src/client/views/nodes/trails/SpringUtils.ts
@@ -1,5 +1,6 @@
import { PresEffect, PresMovement } from './PresEnums';
+export const springPreviewColors = ['rgb(37, 161, 255)', 'rgb(99, 37, 255)', 'rgb(182, 37, 255)', 'rgb(255, 37, 168)'];
// the type of slide effect timing (spring-driven)
export enum SpringType {
GENTLE = 'gentle',