4.983 Vector3DAnimation

x:Object > DependencyObject > Freezable > Animatable > Timeline > AnimationTimeline > Vector3DAnimationBase > Vector3DAnimation
Vector3DAnimation
(usage)
<Vector3DAnimation />
(description)
Animates the value of a Vector3D property using linear interpolation between two values.
[name property]
Name
(properties)
By
x:Nullable(Vector3D)
(description)
The total amount by which the animation changes its starting value.
EasingFunction
IEasingFunction
(description)
The easing function applied to this animation.
From
x:Nullable(Vector3D)
(description)
The animation's starting value.
IsAdditive
x:Boolean
(description)
A value that indicates whether the target property's current value should be added to this animation's starting value.
IsCumulative
x:Boolean
(description)
A value that specifies whether the animation's value accumulates when it repeats.
To
x:Nullable(Vector3D)
(description)
The animation's ending value.