mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-animation-controller
Internal to ionic/core.
Used to create an animation instance.
Methods
create(animationBuilder?: AnimationBuilder | undefined, baseEl?: any, opts?: any) => Promise<Animation>
Creates an animation instance
Parameters
| Name | Type | Description |
|---|---|---|
animationBuilder |
AnimationBuilder | undefined |
|
baseEl |
any |
|
opts |
any |
Returns
Type: Promise<Animation>
Built with StencilJS