wpf do animation until background worker finishes its work
Posted
by toni
on Stack Overflow
See other posts from Stack Overflow
or by toni
Published on 2010-03-19T22:36:41Z
Indexed on
2010/03/19
22:41 UTC
Read the original article
Hit count: 370
Hi!
I have an application that do some hard stuff when user clicks a start button and takes a long time. During this I would like to do some animation over a label, for example, changing opacity from 0 to 1 and vice versa and change foreground color between several colors at the same time changing opacity. I want it stops doing animation when background worker finishes its work. How can I do this? and how can I start animation and stop it from c#?
Thanks very much!
© Stack Overflow or respective owner