0
kicks
Silverlight 4: Animations with MVVM
A recurring problem with MVVM is how to incorporate animations in a nice MVVM way. In this post I’m going to show how you can use the VisualStateManager to start animations and incorporate it in the MVVM pattern, without keeping a reference from the ViewModel to the View.