mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +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) {
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
# ion-animation-controller
|
||||
Internal to `ionic/core`.
|
||||
|
||||
Used to create an animation instance.
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
@ -9,6 +11,8 @@
|
||||
|
||||
#### create()
|
||||
|
||||
Creates an animation instance
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user