mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(): update usage and examples
This commit is contained in:
@ -8,6 +8,9 @@ import { Animator } from './animator';
|
||||
})
|
||||
export class AnimationControllerImpl implements AnimationController {
|
||||
|
||||
/**
|
||||
* Creates an animation instance
|
||||
*/
|
||||
@Method()
|
||||
create(animationBuilder?: AnimationBuilder, baseEl?: any, opts?: any): Promise<Animation> {
|
||||
if (animationBuilder) {
|
||||
|
Reference in New Issue
Block a user