After running WPF animations on dependency properties in code behind, the dependency properties can no longer be set using SetValue. They can only be changed through animations.
I want to change a dependency property, some times through short animations, sometimes immediately in code.
So how can I remove the animation from a dependency property after the animation has reached its end?