docs(): update usage and examples

This commit is contained in:
mhartington
2018-05-30 12:40:43 -04:00
parent 8e164d6036
commit 3cdc696847
43 changed files with 389 additions and 397 deletions

View File

@ -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) {

View File

@ -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
----------------------------------------------