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) {