Thursday, December 2, 2010

Silverlight Working with Animations Programmatically

There are times when you may want to change the properties of an animation dynamically (on the fly). For example, you might want to adjust the behavior of an animation that is applied to an object, depending on the object's current location in the layout, what kind of content the object contains, and so on. You can manipulate animations dynamically by using procedural code (for example, C# or Visual Basic).
 
http://msdn.microsoft.com/en-us/library/cc189069$v=VS.95$.aspx




No comments: