how to start animation using MVVM?
        Posted  
        
            by Kishore  Kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kishore  Kumar
        
        
        
        Published on 2010-06-12T04:26:35Z
        Indexed on 
            2010/06/12
            4:32 UTC
        
        
        Read the original article
        Hit count: 317
        
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?
© Stack Overflow or respective owner