|
20 | 20 | * | Directive | Supported Animations |
|
21 | 21 | * |-------------------------------------------------------------------------------|---------------------------------------------------------------------------|
|
22 | 22 | * | {@link ng.directive:form#animations form / ngForm} | add and remove ({@link ng.directive:form#css-classes various classes}) |
|
| 23 | + * | {@link ngAnimate.directive:ngAnimateSwap#animations ngAnimateSwap} | enter and leave | |
23 | 24 | * | {@link ng.directive:ngClass#animations ngClass / {{class}​}} | add and remove |
|
24 | 25 | * | {@link ng.directive:ngClassEven#animations ngClassEven} | add and remove |
|
25 | 26 | * | {@link ng.directive:ngClassOdd#animations ngClassOdd} | add and remove |
|
26 | 27 | * | {@link ng.directive:ngHide#animations ngHide} | add and remove (the `ng-hide` class) |
|
27 | 28 | * | {@link ng.directive:ngIf#animations ngIf} | enter and leave |
|
28 | 29 | * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave |
|
| 30 | + * | {@link module:ngMessages#animations ngMessage / ngMessageExp} | enter and leave | |
| 31 | + * | {@link module:ngMessages#animations ngMessages} | add and remove (the `ng-active`/`ng-inactive` classes) | |
29 | 32 | * | {@link ng.directive:ngModel#animations ngModel} | add and remove ({@link ng.directive:ngModel#css-classes various classes}) |
|
30 | 33 | * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave, and move |
|
31 | 34 | * | {@link ng.directive:ngShow#animations ngShow} | add and remove (the `ng-hide` class) |
|
32 | 35 | * | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave |
|
33 |
| - * | {@link ngAnimate.directive:ngAnimateSwap#animations ngAnimateSwap} | enter and leave | |
34 |
| - * | {@link module:ngMessages#animations ngMessage / ngMessageExp} | enter and leave | |
35 |
| - * | {@link module:ngMessages#animations ngMessages} | add and remove (the `ng-active`/`ng-inactive` classes) | |
36 | 36 | * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave |
|
37 | 37 | *
|
38 |
| - * (More information can be found by visiting each the documentation associated with each directive.) |
| 38 | + * (More information can be found by visiting the documentation associated with each directive.) |
| 39 | + * |
| 40 | + * For a full breakdown of the steps involved during each animation event, refer to the |
| 41 | + * {@link ng.$animate API docs}. |
39 | 42 | *
|
40 | 43 | * ## CSS-based Animations
|
41 | 44 | *
|
|
0 commit comments