diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-02 11:44:31 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-02 11:44:31 -0400 |
commit | b42ad09912393ec1ae5799100bdf7a5786055a55 (patch) | |
tree | f2dd875b19a9c8dd3a5d90b0819a1ae0e5140492 /src/client/views/nodes/trails/SpringUtils.ts | |
parent | 926a079c7745d2aac1f9a3ff31ef8cbdefdf732e (diff) |
focus
Diffstat (limited to 'src/client/views/nodes/trails/SpringUtils.ts')
-rw-r--r-- | src/client/views/nodes/trails/SpringUtils.ts | 1 |
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', |