From 3fe2fbd68e5d521f5c7463309306a2402bf9a053 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Wed, 9 Aug 2017 16:10:03 +0200 Subject: [PATCH] Make nodes graph animations a bit faster. --- client/app/scripts/constants/animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/scripts/constants/animation.js b/client/app/scripts/constants/animation.js index edc3a2ad0b..765fa258d8 100644 --- a/client/app/scripts/constants/animation.js +++ b/client/app/scripts/constants/animation.js @@ -1,3 +1,3 @@ -export const NODES_SPRING_ANIMATION_CONFIG = { stiffness: 200, damping: 25, precision: 1 }; +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 };