I am building an app using WPF and I have 2 animations I want to have delay between them. but when I try to that in the
MainWindow_Loaded(object sender, RoutedEventArgs e)
event, it just delays while loading and I miss the 1st animation.
any help?