XAML C# WPF Best efficient way to do an ordered sequence of animations
Posted
by toni
on Stack Overflow
See other posts from Stack Overflow
or by toni
Published on 2010-03-21T10:07:59Z
Indexed on
2010/03/21
10:11 UTC
Read the original article
Hit count: 461
Hi everybody!
I would like to do a sequence of animations on a label, for example, first do opacity animations from values 0 to 1 and vice versa and just at the end of opacity animation and not before a foreground animation. I would like to do it in XAML code and then start and finish de animation from C# code. Which is the best and efficient way to do it?
All replies are welcome!
Thanks in advance.
© Stack Overflow or respective owner