mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +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