Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.07 KB

scaleanimation_delay.md

File metadata and controls

24 lines (17 loc) · 1.07 KB
-api-id -api-type
P:Windows.UI.Core.AnimationMetrics.ScaleAnimation.Delay
winrt property

Windows.UI.Core.AnimationMetrics.ScaleAnimation.Delay

-description

Gets the amount of time between when the scale animation is instructed to begin and when that animation actually begins to draw.

-property-value

The amount of time to delay before starting the scaling animation.

-remarks

This delay is in addition to any StaggerDelay applied to the parent AnimationDescription. For instance, if a transition is scheduled through the application of StaggerDelay and StaggerDelayFactor to begin at time t=200 ms and this delay is set to 250 ms, then the transition will actually begin to animate at 450 ms.

-examples

-see-also

Animation metrics sample