summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-31 15:02:46 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-31 15:02:46 +0200
commit144c2f66c54196bcc06e9096818317fc222ea009 (patch)
tree64415d7557b5c16c7650d13ae60b002a420aa1c8 /components/config.ts
parent1df1eaf3672694a0ba267ad3006918eaea1e5951 (diff)
tried to add expanding follow, and failed
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts6
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 = {