diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 15:02:46 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-31 15:02:46 +0200 |
commit | 144c2f66c54196bcc06e9096818317fc222ea009 (patch) | |
tree | 64415d7557b5c16c7650d13ae60b002a420aa1c8 /components/config.ts | |
parent | 1df1eaf3672694a0ba267ad3006918eaea1e5951 (diff) |
tried to add expanding follow, and failed
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/components/config.ts b/components/config.ts index c2f8ff5..cc2beb8 100644 --- a/components/config.ts +++ b/components/config.ts @@ -80,8 +80,10 @@ export const initialVisuals = { } export const initialBehavior = { - follow: 'Zoom', - followLocalOrZoom: true, + follow: 'zoom', + localSame: 'add', + zoomPadding: 200, + zoomSpeed: 2000, } export const initialMouse = { |