function animate() { render(); requestAnimationFrame(animate); } function render() { // код для анимации каких ни будь элементов } animate()