From 1c663ea8cbccdfd317433a3b0fd0fdb597a72d9a Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Mon, 11 Dec 2023 22:42:48 +0100 Subject: [PATCH] Changed inertia --- src/components/maps/WorldMap.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/maps/WorldMap.astro b/src/components/maps/WorldMap.astro index 892cc8c4..c5260c23 100644 --- a/src/components/maps/WorldMap.astro +++ b/src/components/maps/WorldMap.astro @@ -39,7 +39,7 @@ const mobileZoomLevels = { maxZoom: 6.7 } -const inertiaDeceleration = 1500 +const inertiaDeceleration = 2000 const maxBoundsPadding = 10 const maxBoundsViscosity = .75