IUIAnimationManager::CreateStoryboard method (Windows)

Switch View :
ScriptFree
IUIAnimationManager::CreateStoryboard method

Applies to: desktop apps | Metro style apps

Creates a new storyboard.

Syntax

HRESULT CreateStoryboard(
  [out]  IUIAnimationStoryboard **storyboard
);

Parameters

storyboard [out]

The new storyboard.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See Windows Animation Error Codes for a list of error codes.

Remarks

Storyboards can specify complex coordinated updates to many animation variables. These updates happen in sequence or in parallel, and they are guaranteed to remain synchronized within the storyboard. A storyboard is created, populated with transitions on animation variables, and then scheduled.

Examples

For an example, see Create a Storyboard and Add Transitions.

Requirements

Minimum supported client

Windows 7, Windows Vista and Platform Update for Windows Vista

Minimum supported server

None supported

Header

UIAnimation.h

IDL

UIAnimation.idl

DLL

UIAnimation.dll

See also

IUIAnimationManager
IUIAnimationStoryboard

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012