How can I create a continuous loop for an animation? To better illustrate my question, please refer to the example on W3Schools where a box moves from top to bottom and then halts.
http://www.w3schools.com/js/tryit.asp?filename=tryjs_dom_animate_3
I am struggling to find out how to ensure this box animation repeats endlessly. In other words, once it reaches the bottom, it should return to its starting point and continue the animation indefinitely.