
IUIAnimationStoryboard2::SetSkipDuration method
Specifies an offset from the beginning of a storyboard at which to start animating.
Syntax
HRESULT SetSkipDuration(
[in] UI_ANIMATION_SECONDS secondsDuration
);
Parameters
- secondsDuration [in]
-
The offset, or amount of time, to skip at the beginning of the storyboard.
Return value
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.
Requirements
Minimum supported client |
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
---|---|
Minimum supported server |
None supported |
Header |
|
IDL |
|
DLL |
|
IID |
IID_IUIAnimationStoryboard2 is defined as AE289CD2-12D4-4945-9419-9E41BE034DF2 |
See also