Animations and MVVM in Silverlight
Posted
by user275561
on Stack Overflow
See other posts from Stack Overflow
or by user275561
Published on 2010-04-16T00:52:11Z
Indexed on
2010/04/16
0:53 UTC
Read the original article
Hit count: 355
Silverlight
|mvvm
OK I have looked and searched all i want to do is fire a storyboard animation from my view model onto my view. The problem is there is just simply too much boilerplate code to get a simple thing like myStoryboard.Begin(); firing. So what are the methods that you use? Currently, I am using Silverlight 3, MVVM Light.
© Stack Overflow or respective owner