Files
ionic-framework/core/src/components/animation-controller

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