Animation = (update properties > draw > repeat)

  1. Update the values on the object
  2. Once you're done updating, call Render()
  3. Use requestAnimationFrame() if available (better performance / battery life)