4.664 QuaternionAnimationUsingKeyFrames
x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > QuaternionAnimationBase > QuaternionAnimationUsingKeyFrames | |
QuaternionAnimationUsingKeyFrames | |
(usage) |
<QuaternionAnimationUsingKeyFrames> QuaternionKeyFrame* </QuaternionAnimationUsingKeyFrames> |
(description) |
Animates the value of a Quaternion property along a set of KeyFrames over a specified Duration. |
[content property] |
KeyFrames |
[name property] |
Name |
(properties) |
|
IsAdditive |
x:Boolean |
(description) |
A value that specifies whether the animation's output value is added to the base value of the property being animated. |
IsCumulative |
x:Boolean |
(description) |
A value that specifies whether the animation's value accumulates when it repeats. |
KeyFrames |
QuaternionKeyFrameCollection |
(description) |
The collection of QuaternionKeyFrame objects that define the animation. |