SpringScalarNaturalMotionAnimation SpringScalarNaturalMotionAnimation SpringScalarNaturalMotionAnimation SpringScalarNaturalMotionAnimation 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.]
A spring physics-based animation that targets any Scalar-based property.

public : sealed class SpringScalarNaturalMotionAnimation : ScalarNaturalMotionAnimation, ISpringScalarNaturalMotionAnimationpublic sealed class SpringScalarNaturalMotionAnimation : ScalarNaturalMotionAnimation, ISpringScalarNaturalMotionAnimationPublic NotInheritable Class SpringScalarNaturalMotionAnimation Inherits ScalarNaturalMotionAnimation Implements ISpringScalarNaturalMotionAnimation// 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

DampingRatio DampingRatio DampingRatio DampingRatio

Prerelease. Gets or sets a value that indicates how much damping is applied to the spring.

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

A value that indicates how much damping is applied to the spring.

Period Period Period Period

Prerelease. Gets or sets the time for the Spring to complete a single oscillation.

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

The time for the Spring to complete a single oscillation.