December 2008
Intermediate to advanced
208 pages
4h 17m
English
The inclusion of the animation engine to Silverlight 2 and WPF enables you to add motion graphics to your application without using third-party plug-ins. More important, because the animation engine is native to Silverlight/WPF, Blend can provide a rich animation workspace.
Blend uses keyframes to structure animations. Keyframes are frames in the timeline that contain information about an object’s value at that given time. The animation system interpolates values over time, meaning you do not have to create frame-by-frame animations. You simply create keyframes to define a range of motion or values, and the animation system does the heavy lifting for you.
Properties such as color, position, scale, and rotation ...