@visactor/vchart-types 2.0.12 → 2.0.13-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,7 +103,7 @@ export interface IAnimationTimeline {
103
103
  export type IAnimationConfig = IAnimationTimeline | IAnimationTypeConfig;
104
104
  export type IStageAnimationCallback = (stage: IStage, canvas: HTMLCanvasElement, ratio: number, time: number) => void;
105
105
  export interface MarkAnimationSpec {
106
- disappear?: IStateAnimationConfig & {
106
+ disappear?: IAnimationConfig & {
107
107
  callBack?: IStageAnimationCallback | AStageAnimate<any>;
108
108
  };
109
109
  appear?: IAnimationConfig | IAnimationConfig[];