Animation in Silverlight
videos

Animation in Silverlight

Tutorial Details
  • Difficulty: Beginner
  • Program: Expression Blend 4
  • Screencast Duration: 25 mins
This entry is part 12 of 15 in the Silverlight for Beginners Session
« PreviousNext »

Silverlight has an animation system whereby most properties on user interface elements can be animated – properties like width, height, rotation, color and so on can all be targeted in a consistent way regardless of the type of the content itself. Let’s take a look at the basics of animations using Expression Blend.

The animation system is time based rather than frame based and so properties are animated from a value A to a value B over a specified time period with the option to control how the interpolation is done between the start and the end value. In this video, we’ll take a look at the basics of animations using Expression Blend in order to put together and control Storyboards made up of individual animations.


View Screencast

Don’t like ads? Download the HD 720 source, or subscribe to Activetuts+ screencasts via iTunes!


Useful Links

Mike Taulty Microsoft (UK): http://mtaulty.com: mtaulty@microsoft.com: twitter.com/mtaulty

Tags: Videos
Add Comment

Discussion 3 Comments

  1. rob says:

    Thanks for the tutorial. Are you going to publish that multilevel SWFAddress tutorial you guys mentioned some time ago anytime soon?. It was supposed to be published this month right?.

    Thanks.

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.