Page History
...
Animations do no affect the actual property values of controls until the animation completes. [ Stopping an animation before the end will cause all controls to revert to their state as it was before the animation started.
Example
In this example, clicking the label will move it 200 pixels in 3 seconds. If the Stop button is clicked during the animation, the label will return to its starting point.
...