mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-09 02:36:52 +00:00
4 lines
190 B
JavaScript
4 lines
190 B
JavaScript
|
|
export const NODES_SPRING_ANIMATION_CONFIG = { stiffness: 100, damping: 18, precision: 1 };
|
|
export const NODES_SPRING_FAST_ANIMATION_CONFIG = { stiffness: 800, damping: 50, precision: 1 };
|