XAML C# WPF Best efficient way to do an ordered sequence of animations
问题 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. 回答1: The easiest way is to define the entire animation in a single storyboard with suitable BeginTime and