Let’s say that there’s an animation which would last, for example, 10 seconds, how can I suspend (not totally stop) it when mouse enters the relevant control, and then when mouse leaves, the animation continues to finish the rest?
Let’s say that there’s an animation which would last, for example, 10 seconds, how
Share
Use the PauseStoryboard and ResumeStoryboard classes. For example: