(2 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
} | } | ||
to{ | to{ | ||
− | bottom: | + | bottom: 90%; |
} | } | ||
} | } | ||
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