mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
clean up
This commit is contained in:
@@ -2,7 +2,7 @@ export interface Animation {
|
||||
parentAnimation: Animation | undefined;
|
||||
elements: HTMLElement[];
|
||||
childAnimations: Animation[];
|
||||
_name: any;
|
||||
|
||||
animationFinish(): void;
|
||||
|
||||
play(): Animation;
|
||||
|
||||
@@ -882,7 +882,6 @@ export const createAnimation = () => {
|
||||
childAnimations,
|
||||
|
||||
animationFinish,
|
||||
_name,
|
||||
from,
|
||||
to,
|
||||
fromTo,
|
||||
|
||||
Reference in New Issue
Block a user