SpringVector2NaturalMotionAnimation
SpringVector2NaturalMotionAnimation
SpringVector2NaturalMotionAnimation
SpringVector2NaturalMotionAnimation
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 Vector2-based property.
public : sealed class SpringVector2NaturalMotionAnimation : Vector2NaturalMotionAnimation, ISpringVector2NaturalMotionAnimationpublic sealed class SpringVector2NaturalMotionAnimation : Vector2NaturalMotionAnimation, ISpringVector2NaturalMotionAnimationPublic NotInheritable Class SpringVector2NaturalMotionAnimation Inherits Vector2NaturalMotionAnimation Implements ISpringVector2NaturalMotionAnimation// This API is not available in Javascript.
- Inheritance
-
Vector2NaturalMotionAnimationVector2NaturalMotionAnimationVector2NaturalMotionAnimationVector2NaturalMotionAnimationSpringVector2NaturalMotionAnimationSpringVector2NaturalMotionAnimationSpringVector2NaturalMotionAnimationSpringVector2NaturalMotionAnimation
- 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
SetBooleanParameter(String,Boolean)SetBooleanParameter(String,Boolean)SetBooleanParameter(String,Boolean)SetBooleanParameter(String,Boolean)
SetColorParameter(String,Color)SetColorParameter(String,Color)SetColorParameter(String,Color)SetColorParameter(String,Color)
SetMatrix3x2Parameter(String,Matrix3x2)SetMatrix3x2Parameter(String,Matrix3x2)SetMatrix3x2Parameter(String,Matrix3x2)SetMatrix3x2Parameter(String,Matrix3x2)
SetMatrix4x4Parameter(String,Matrix4x4)SetMatrix4x4Parameter(String,Matrix4x4)SetMatrix4x4Parameter(String,Matrix4x4)SetMatrix4x4Parameter(String,Matrix4x4)
SetQuaternionParameter(String,Quaternion)SetQuaternionParameter(String,Quaternion)SetQuaternionParameter(String,Quaternion)SetQuaternionParameter(String,Quaternion)
SetReferenceParameter(String,CompositionObject)SetReferenceParameter(String,CompositionObject)SetReferenceParameter(String,CompositionObject)SetReferenceParameter(String,CompositionObject)
SetScalarParameter(String,Single)SetScalarParameter(String,Single)SetScalarParameter(String,Single)SetScalarParameter(String,Single)
SetVector2Parameter(String,Vector2)SetVector2Parameter(String,Vector2)SetVector2Parameter(String,Vector2)SetVector2Parameter(String,Vector2)
SetVector3Parameter(String,Vector3)SetVector3Parameter(String,Vector3)SetVector3Parameter(String,Vector3)SetVector3Parameter(String,Vector3)
SetVector4Parameter(String,Vector4)SetVector4Parameter(String,Vector4)SetVector4Parameter(String,Vector4)SetVector4Parameter(String,Vector4)
StartAnimation(String,CompositionAnimation)StartAnimation(String,CompositionAnimation)StartAnimation(String,CompositionAnimation)StartAnimation(String,CompositionAnimation)
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.