diff --git a/src/aframe-streetmix-parsers.js b/src/aframe-streetmix-parsers.js index 1344cda40..afe4ecf6f 100644 --- a/src/aframe-streetmix-parsers.js +++ b/src/aframe-streetmix-parsers.js @@ -224,6 +224,9 @@ function createSidewalkClonedVariants (segmentWidthInMeters, density, elevationP if (animated) { addLinearStreetAnimation(placedObjectEl, 1.4, streetLength, xVal, yVal, zVal, animationDirection); + } else { + // solution for pause animation-mixer animation from donmccurdy + placedObjectEl.setAttribute('animation-mixer', {timeScale: 0}); } dividerParentEl.append(placedObjectEl); }