IUIAnimationStoryboard 接口 (uianimation.h)

定义情节提要,其中包含一组相互同步的切换。

继承

IUIAnimationStoryboard 接口继承自 IUnknown 接口。 IUIAnimationStoryboard 也有以下类型的成员:

方法

IUIAnimationStoryboard 接口具有这些方法。

 
IUIAnimationStoryboard::Abandon

终止情节提要,释放所有相关的动画变量,并从计划中删除情节提要。 (IUIAnimationStoryboard.Abandon)
IUIAnimationStoryboard::AddKeyframeAfterTransition

在指定转换结束时添加关键帧。 (IUIAnimationStoryboard.AddKeyframeAfterTransition)
IUIAnimationStoryboard::AddKeyframeAtOffset

在现有关键帧的指定偏移量处添加关键帧。 (IUIAnimationStoryboard.AddKeyframeAtOffset)
IUIAnimationStoryboard::AddTransition

向情节提要添加过渡。 (IUIAnimationStoryboard.AddTransition)
IUIAnimationStoryboard::AddTransitionAtKeyframe

添加从指定关键帧开始的转换。 (IUIAnimationStoryboard.AddTransitionAtKeyframe)
IUIAnimationStoryboard::AddTransitionBetweenKeyframes

在两个关键帧之间添加转换。 (IUIAnimationStoryboard.AddTransitionBetweenKeyframes)
IUIAnimationStoryboard::Conclude

完成正在进行的关键帧循环的当前迭代, (循环设置为UI_ANIMATION_REPEAT_INDEFINITELY) ,终止循环并继续使用情节提要。 (IUIAnimationStoryboard.Conclude)
IUIAnimationStoryboard::Finish

在指定时间内完成情节提要,并在必要时压缩情节提要。 (IUIAnimationStoryboard.Finish)
IUIAnimationStoryboard::GetElapsedTime

获取自情节提要开始播放以来所经过的时间。 (IUIAnimationStoryboard.GetElapsedTime)
IUIAnimationStoryboard::GetStatus

获取情节提要的状态。 (IUIAnimationStoryboard.GetStatus)
IUIAnimationStoryboard::GetTag

获取情节提要的标记。 (IUIAnimationStoryboard.GetTag)
IUIAnimationStoryboard::HoldVariable

指示情节提要在其最终值处保留指定的动画变量,直到情节提要结束。 (IUIAnimationStoryboard.HoldVariable)
IUIAnimationStoryboard::RepeatBetweenKeyframes

在两个指定的关键帧之间创建循环。
IUIAnimationStoryboard::Schedule

指示情节提要自行安排播放。 (IUIAnimationStoryboard.Schedule)
IUIAnimationStoryboard::SetLongestAcceptableDelay

设置计划情节提要开始前的最长可接受延迟。 (IUIAnimationStoryboard.SetLongestAcceptableDelay)
IUIAnimationStoryboard::SetStoryboardEventHandler

指定情节提要事件的处理程序。 (IUIAnimationStoryboard.SetStoryboardEventHandler)
IUIAnimationStoryboard::SetTag

设置情节提要的标记。 (IUIAnimationStoryboard.SetTag)

注解

IUIAnimationStoryboard 是生成动画以及 IUIAnimationVariableIUIAnimationTransition 的主要组件。

要求

   
最低受支持的客户端 Windows 7、Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 uianimation.h

另请参阅

IUIAnimationManager::AbandonAllStoryboards

IUIAnimationManager::CreateStoryboard

IUIAnimationManager::FinishAllStoryboards

IUIAnimationManager::GetStoryboardFromTag

IUIAnimationVariable::GetCurrentStoryboard

IUnknown

情节提要概述