Difference between revisions of "Template:TecCEM/BubblesTemplate"

Line 23: Line 23:
 
div.style.animationDuration = animTime.toString() +"s";
 
div.style.animationDuration = animTime.toString() +"s";
 
div.style.animationName = "rise_up";
 
div.style.animationName = "rise_up";
div.style.animationIterationCount = "infinite";
+
div.style.animationIterationCount = 3;
 
document.getElementsByClassName('bubbles_window')[0].appendChild(div);
 
document.getElementsByClassName('bubbles_window')[0].appendChild(div);
 
}
 
}

Revision as of 19:34, 8 October 2021