Animating multiple transforms in C# – Silverlight

Posted by Corey on December 19, 2007 at 6:49 pm.

Yesterday I talked about how to write C# code to animate multiple transforms of an object.  It appears, to my dismay, that at the current time you are unable to animate objects completely in C#.  There is a work around by creating a XAML storyboard and importing into a string using the XAMLReader object.  Here are a few sites that cover this technique.

Silverlight 1.1 Storyboards and Managed Code
Creating animations in code with Silverlight 1.1 (stand November 2007)
Ceating a Game Loop

Related posts:

  1. Animate multiple transforms from C# – WPF
  2. Downloader object
  3. Dynamic controls in Silverlight
  4. Resize Silverlight 1.0 app to size of browser
  5. While developing…

Comments are closed.