Tag Archive: Animation

Sliding Window Protocol Simulation in WPF

This article would demo you a simulation of Sliding Window Protocol. With different parameters how the protocol works. All an all it’s a visual representation of the Sliding Window Protocol. To read the… Continue reading

Move and Rotate Animation In Silverlight 3

Download Source Introduction In this article we will see how we can animate Move and Rotate functionalities of any UIElement. Creating Silverlight Project Fire up Visual Studio 2008 and create a new Silverlight… Continue reading

Double Animation In Silverlight 3

Introduction As you go through my previous animation articles you will find we have used DoubleAnimationUsingKeyFrames. But when you create a storyboard and do some animation the code will be generated in XAML.… Continue reading

Color Animation In Silverlight 3

Introduction My last article was based on Double Animation in Silverlight3 through code behind. In this article we will try the similar thing but with Color Animation. Creating a Simple Silverlight Application Open… Continue reading

Point Animation In Silverlight 3

Introduction My last two articles were based on Code behind Animation in Silverlight3 through for Double Animation and Color Animation. In this article we will try the similar thing but with Point Animation.… Continue reading