ScalarNaturalMotionAnimation ScalarNaturalMotionAnimation ScalarNaturalMotionAnimation ScalarNaturalMotionAnimation Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
The base Scalar NaturalMotionAnimation used to target a Scalar property.

public : class ScalarNaturalMotionAnimation : NaturalMotionAnimation, IScalarNaturalMotionAnimationpublic class ScalarNaturalMotionAnimation : NaturalMotionAnimation, IScalarNaturalMotionAnimationPublic Class ScalarNaturalMotionAnimation Inherits NaturalMotionAnimation Implements IScalarNaturalMotionAnimation// This API is not available in Javascript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited methods

Inherited properties

Properties

FinalValue FinalValue FinalValue FinalValue

Prerelease. Gets or sets a value that indicates where the animation ends.

public : IReference<float> FinalValue { get; set; }public Nullable<float> FinalValue { get; set; }Public ReadWrite Property FinalValue As Nullable<float>// This API is not available in Javascript.
Value
IReference<float> Nullable<float> Nullable<float> Nullable<float>

A value that indicates where the animation ends. The default is null. If left null, the ending value of the property being animated is used.

InitialValue InitialValue InitialValue InitialValue

Prerelease. Gets or sets a value that indicates where the animation starts.

public : IReference<float> InitialValue { get; set; }public Nullable<float> InitialValue { get; set; }Public ReadWrite Property InitialValue As Nullable<float>// This API is not available in Javascript.
Value
IReference<float> Nullable<float> Nullable<float> Nullable<float>

A value that indicates where the animation starts. The default is null. If left null, the beginning value of the property being animated is used.

InitialVelocity InitialVelocity InitialVelocity InitialVelocity

Prerelease. Gets or sets the velocity that the animation starts with.

public : float InitialVelocity { get; set; }public float InitialVelocity { get; set; }Public ReadWrite Property InitialVelocity As float// This API is not available in Javascript.
Value
float float float float

The velocity that the animation starts with. The default is 0.