Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 747 Bytes

ipropertyanimation_duration.md

File metadata and controls

24 lines (17 loc) · 747 Bytes
-api-id -api-type
P:Windows.UI.Core.AnimationMetrics.IPropertyAnimation.Duration
winrt property

Windows.UI.Core.AnimationMetrics.IPropertyAnimation.Duration

-description

Gets the amount of time over which the animation should be performed. This does not include the delay.

-property-value

The duration of the animation.

-remarks

The duration can be 0, in which case all animated properties are instantly set to their final values and no animation is shown.

-examples

-see-also

Delay, Animation metrics sample