MCPcopy Create free account
hub / github.com/VisActor/VChart / IAnimationTask

Interface IAnimationTask

tools/story-player/src/page/interface.ts:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4/** 动画任务 */
5export interface IAnimationTask {
6 /** 时间偏移 */
7 timeOffset: number;
8 /** 动作队列 */
9 actionList: Action[];
10 /** 后继任务 */
11 nextTaskList: IAnimationTask[];
12}
13
14export interface IPageConfig extends IStageModelConfig {
15 duration?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…