diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-09-27 15:38:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-09-27 15:38:49 +0200 |
| commit | 8c14599404e3905ebfedb148f9d23d09f26331e3 (patch) | |
| tree | 1952dd070e4d74445838c1d864d824c9e083a46c /src/graph.js | |
| parent | 64408333a8b5378564911766f6e40add0862e28f (diff) | |
graph, intro
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) => { |
