Files
2018-10-08 15:46:34 -05:00
..
2018-09-25 00:03:26 +02:00
2018-09-25 00:03:26 +02:00
2018-10-08 15:46:34 -05: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