remove `CompositeAnimation.handles`
This commit is contained in:
parent
1ec9d098d9
commit
733e171316
|
|
@ -21,8 +21,6 @@ export interface AnimationHandle extends IAnimation {
|
||||||
}
|
}
|
||||||
|
|
||||||
export class CompositeAnimation implements IAnimation {
|
export class CompositeAnimation implements IAnimation {
|
||||||
private handles: Set<AnimationHandle>;
|
|
||||||
|
|
||||||
constructor();
|
constructor();
|
||||||
|
|
||||||
public add(animation: Animation): AnimationHandle;
|
public add(animation: Animation): AnimationHandle;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue