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 = | + | div.style.animationIterationCount = 'infinite'; |
document.getElementsByClassName('bubbles_window')[0].appendChild(div); | document.getElementsByClassName('bubbles_window')[0].appendChild(div); | ||
} | } |
Latest revision as of 21:26, 11 October 2021