XAML Review
www.shaxam.com

Archive for the ‘Web Development’ Category

Microsoft Silverlight

shaxam.com

Microsoft Silverlight is a platform to make an interactive web appearance, the example of the function are creating attractive view on both desktop and mobile applications.

Silverlight is a free plug-ins supported by the NET framework. Compatible across multiple browsers, devices and operating systems to bring a new level of interactivity on the Web works anywhere, in this version is more on improved integration support, multithreading HD quality video using IIS Smooth Streaming, the capability of high-quality audio with Firefox, IE, Google Chrome, Safari, and can be used on Macs and of course Windows.
Read the rest of this entry »

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Animation based on KeyFrames

shaxam.com

KeyFrame animations are another method for animating elements in XAML. They differ from non-key animations in that they use a number of key frames (values) as the destination rather than allowing the system to iterate through the values. KeyFrame animations allow you to control the specific valuesand the interpolation methods used to arrive at themacross a number of key frames that make up the animation.

KeyFrame animations use different classes than non-key frame animations, but they are easily recognizable because each one uses the term “KeyFrame” in its name. As with non-key animations, there are KeyFrame animations for almost every primitive data type and some XAML elements.
Read the rest of this entry »

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Animation Controlling

shaxam.com

Animation elements inherit several attributes from Timeline that control the speed and behavior of the animation. One of the more useful attributes is SpeedRatio, which controls the speed at which the animation moves. The attribute AutoReverse is also noteworthy. AutoReverse controls the behavior of the Timeline when it reaches the end of its Duration. Setting this value to TRue will cause the animation to reverse itself when it reaches the end of its iteration. Setting it to false will cause the animation to begin againif RepeatBehavior indicates that it should continueeither for a specified number of iterations through the animation, for a specified period of time, or forever.

RepeatBehavior is now declared as 2x and AutoReverse has been added and set to true. This animation will repeat twice, reversing itself each time. Although the animation declaration makes it appear that the Button will have a yellow background at the end of the animation, the background will actually be blue because we have set AutoReverse to true.
Read the rest of this entry »

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,