Skip to content

Commit

Permalink
Merge pull request #2803 from weaveworks/make-nodes-graph-animations-…
Browse files Browse the repository at this point in the history
…a-bit-faster

Make nodes graph animations a bit faster
  • Loading branch information
fbarl authored Aug 10, 2017
2 parents 1e16dd3 + 3fe2fbd commit 2a6cbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/constants/animation.js
Original file line number Diff line number Diff line change
@@ -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 };

0 comments on commit 2a6cbf6

Please sign in to comment.