Animation = (update properties > draw > repeat)
Update the values on the object
Once you're done updating, call Render()
Use requestAnimationFrame() if available (better performance / battery life)