mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
@ -2,6 +2,7 @@ export interface Animation {
|
||||
parentAnimation: Animation | undefined;
|
||||
elements: HTMLElement[];
|
||||
childAnimations: Animation[];
|
||||
id: string | undefined;
|
||||
|
||||
/**
|
||||
* Play the animation
|
||||
|
Reference in New Issue
Block a user