update AnimationSet

This commit is contained in:
pengfei.zhou
2020-04-15 10:31:22 +08:00
committed by osborn
parent c329cfcf53
commit 4c51a3c891
3 changed files with 2 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ export declare class RotationAnimation extends Animation {
}
export declare class AnimationSet implements IAnimation {
private animations;
_duration: number;
private _duration;
delay?: number;
addAnimation(anim: IAnimation): void;
get duration(): number;