Posted on: 3/24/2010 4:44:00 AM | Views : 619

The article describes how we can create a simple Image zoom in and zoom out animation using Silverlight. The interesting thing in Silverlight is most of the animation control we can handle from markup language called XAML. In order to achieve this we have to use the StoryBoard & DoubleAnimation class. ...

Go to the complete details ...