function animateFunction() { //animate stuff window.requestAnimationFrame(animateFunction); } window.requestAnimationFrame(animateFunction);