NaturalMotionAnimation
NaturalMotionAnimation
NaturalMotionAnimation
NaturalMotionAnimation
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.]
Represents a physics-based animation that uses forces to dynamically move content.
public : class NaturalMotionAnimation : CompositionAnimation, INaturalMotionAnimationpublic class NaturalMotionAnimation : CompositionAnimation, INaturalMotionAnimationPublic Class NaturalMotionAnimation Inherits CompositionAnimation Implements INaturalMotionAnimation// This API is not available in Javascript.
- Inheritance
-
NaturalMotionAnimationNaturalMotionAnimationNaturalMotionAnimationNaturalMotionAnimation
- Attributes
| 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
DelayBehavior DelayBehavior DelayBehavior DelayBehavior
Prerelease. The delay behavior of the NaturalMotionAnimation.
public : AnimationDelayBehavior DelayBehavior { get; set; }public AnimationDelayBehavior DelayBehavior { get; set; }Public ReadWrite Property DelayBehavior As AnimationDelayBehavior// This API is not available in Javascript.
The delay behavior of the NaturalMotionAnimation.
DelayTime DelayTime DelayTime DelayTime
Prerelease. Delay before the animation starts after CompositionObject.StartAnimation is called.
public : TimeSpan DelayTime { get; set; }public TimeSpan DelayTime { get; set; }Public ReadWrite Property DelayTime As TimeSpan// This API is not available in Javascript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
Delay before the animation starts after CompositionObject.StartAnimation is called.
StopBehavior StopBehavior StopBehavior StopBehavior
Prerelease. Specifies how to set the property value when StopAnimation is called.
public : AnimationStopBehavior StopBehavior { get; set; }public AnimationStopBehavior StopBehavior { get; set; }Public ReadWrite Property StopBehavior As AnimationStopBehavior// This API is not available in Javascript.
Specifies how to set the property value when StopAnimation is called.