May 2010
Intermediate to advanced
1272 pages
61h 18m
English
DoubleAnimationA DoubleAnimation object enables animating the specified transform property; it allows reverting the motion and specifying the duration and if the animation needs to be repeated unlimitedly. The first example animates an image, applying the animation to a SkewTransform and to a ScaleTransform contextually. Code in Listing 33.4 shows how to accomplish this.
Listing 33.4 Applying a DoubleAnimation to an Image


The code first applies to transformations. They are empty, with no properties set, therefore with no changes to the ...
Read now
Unlock full access