diff options
Diffstat (limited to 'src/graph.js')
| -rw-r--r-- | src/graph.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) => { |
