I\'m learning about WPF animation, and am confused about how to apply animations sequentially. As a simple example, I\'ve got four rectangles in a uniform grid, and would l
This can be accomplished by using a class with the contradictory name ParallelTimeline and carefully adjusting the BeginTime property. Note in the example below how the BeginTime property of the second DoubleAnimation is set to the duration of the first.