I’m porting some WPF code to WinRT. The code uses System.Windows.Media.Animation.ParallelTimeline to syncrhonize two animations. I don’t see a corresponding Windows.UI.Xaml.Media.Animation.ParallelTimeline class and Ctrl + . doesn’t find anything. Does anyone know how to achieve a similar result in WinRT?
I’m porting some WPF code to WinRT. The code uses System.Windows.Media.Animation.ParallelTimeline to syncrhonize two
Share
If my comment answers your question – then the answer is to add the two animations to a Storyboard.