how to start animation using MVVM?
- by Kishore Kumar
I am converting my exising Application using WPF using MVVM pattern.
I have different storyboards in my view .
eg. 1. showing splashscreen while loading the app
2. while clicking Menu Toggle button/Radio Button to show the slide in and Slide out animation effect
3. And different mouseover effect for different elements available in the View.
How will i call the storyboard using MVVM and which is the best method?. To show the mouse over effect do we really have to use MVVM or code behind?