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