Graph should be able to animate from one ring value to another. Ideally the code should read (this is only pseudocode to illustrate the idea) ``` swift graph.ring.value = 0.5 UIView.animate(duration.... { graph.ring.value = 0.8 } ```