Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1000 Bytes

storyboard_begin_1621727531.md

File metadata and controls

25 lines (16 loc) · 1000 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.Animation.Storyboard.Begin
winrt method

Windows.UI.Xaml.Media.Animation.Storyboard.Begin

-description

Initiates the set of animations associated with the storyboard.

-remarks

Calling this method begins all the animations that are in the Children collection of the Storyboard.

Begin starts the animations within the Storyboard from their initial state, a clock time of zero. If you want to restart an animation where Pause had been called previously, and continue on from the clock time where it was paused, use Resume instead.

-examples

-see-also

Stop, GetCurrentTime, Children, Storyboarded animations