diff --git a/src/public/index.html b/src/public/index.html
index 45306bf..a62af2d 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -1190,6 +1190,17 @@
Sets lat/lng/zoom as query parameters.
+
+
+
+
+
+
+
+
+
Map will animate flying to nodes.
+
+
@@ -1204,7 +1215,7 @@
@@ -1928,7 +1960,7 @@
// fly to node marker
const shouldAnimate = animate != null ? animate : true;
map.flyTo(nodeMarker.getLatLng(), zoom || getConfigZoomLevelGoToNode(), {
- animate: shouldAnimate,
+ animate: getConfigEnableMapAnimations() ? shouldAnimate : false,
});
// open tooltip for node