From 144c2f66c54196bcc06e9096818317fc222ea009 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 31 Jul 2021 15:02:46 +0200 Subject: tried to add expanding follow, and failed --- components/config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'components/config.ts') 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 = { -- cgit v1.2.3