From 4b75869fecb9d7617391c8276be42f90cf90a173 Mon Sep 17 00:00:00 2001 From: Stream Date: Tue, 5 May 2026 18:50:01 +0300 Subject: [PATCH] auto-sync: 2026-05-05 18:50:01 --- tasks/enduro-trails/prototype/static/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/enduro-trails/prototype/static/app.js b/tasks/enduro-trails/prototype/static/app.js index 719c276..625fd66 100644 --- a/tasks/enduro-trails/prototype/static/app.js +++ b/tasks/enduro-trails/prototype/static/app.js @@ -459,7 +459,8 @@ function addWaypointMode() { // ─── Маркеры точек ───────────────────────────────────────────────── function createWaypointMarkerEl(index, total) { const el = document.createElement('div'); - el.className = 'route-waypoint-marker marker-anim'; + el.className = 'route-waypoint-marker'; + el.style.animation = 'none'; let bg, label; if (index === 0) {