mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
4 lines
190 B
JavaScript
4 lines
190 B
JavaScript
|
|
export const NODES_SPRING_ANIMATION_CONFIG = { stiffness: 200, damping: 25, precision: 1 };
|
|
export const NODES_SPRING_FAST_ANIMATION_CONFIG = { stiffness: 800, damping: 50, precision: 1 };
|