From 8c14599404e3905ebfedb148f9d23d09f26331e3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 27 Sep 2021 15:38:49 +0200 Subject: graph, intro --- src/graph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/graph.js') diff --git a/src/graph.js b/src/graph.js index ffba2c2..dfe608a 100644 --- a/src/graph.js +++ b/src/graph.js @@ -217,7 +217,7 @@ export default function buildGraph({ db, handlers }) { }; const initialZoom = () => { - const distance = 20000; + const distance = 39000; let angle = 0; graph.cameraPosition( { @@ -227,7 +227,7 @@ export default function buildGraph({ db, handlers }) { { x: 0, y: 0, z: 0 }, 0 ); - setTimeout(() => zoomOut(1000), 1000); + setTimeout(() => zoomOut(2000), 1500); }; const zoomOut = (duration = 1000) => { -- cgit v1.2.3-70-g09d2