Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 3.23 KB

nf-uianimation-iuianimationstoryboard2-setskipduration.md

File metadata and controls

81 lines (62 loc) · 3.23 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uianimation.IUIAnimationStoryboard2.SetSkipDuration
IUIAnimationStoryboard2::SetSkipDuration (uianimation.h)
Specifies an offset from the beginning of a storyboard at which to start animating.
IUIAnimationStoryboard2 interface [Windows Animation]
SetSkipDuration method
IUIAnimationStoryboard2.SetSkipDuration
IUIAnimationStoryboard2::SetSkipDuration
SetSkipDuration
SetSkipDuration method [Windows Animation]
SetSkipDuration method [Windows Animation]
IUIAnimationStoryboard2 interface
uianimation.iuianimationstoryboard2_setskipduration
uianimation/IUIAnimationStoryboard2::SetSkipDuration
uianimation\iuianimationstoryboard2_setskipduration.htm
UIAnimation
177623D7-5516-41EA-9014-61B150E527D9
12/05/2018
IUIAnimationStoryboard2 interface [Windows Animation],SetSkipDuration method, IUIAnimationStoryboard2.SetSkipDuration, IUIAnimationStoryboard2::SetSkipDuration, SetSkipDuration, SetSkipDuration method [Windows Animation], SetSkipDuration method [Windows Animation],IUIAnimationStoryboard2 interface, uianimation.iuianimationstoryboard2_setskipduration, uianimation/IUIAnimationStoryboard2::SetSkipDuration
uianimation.h
Windows
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationStoryboard2::SetSkipDuration
uianimation/IUIAnimationStoryboard2::SetSkipDuration
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationStoryboard2.SetSkipDuration

IUIAnimationStoryboard2::SetSkipDuration

-description

Specifies an offset from the beginning of a storyboard at which to start animating.

-parameters

-param secondsDuration [in]

The offset, or amount of time, to skip at the beginning of the storyboard.

-returns

Returns S_OK if successful; otherwise an HRESULT error code. See Windows Animation Error Codes for a list of error codes.

-remarks

Calls to SetSkipDuration fail if the storyboard has been scheduled.

SetSkipDuration does not delay the start of a scheduled storyboard. See IUIAnimationStoryboard2::SetLongestAcceptableDelay for more info on how to set a delay for a scheduled storyboard.

This diagram shows a skip duration, or offset, for a storyboard.

Illustration of a storyboard offset

-see-also

IUIAnimationStoryboard2

SetLongestAcceptableDelay