From 0ad2955e7c6e0d14ecdc07cb6b7dd304ebc823e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Tue, 5 Nov 2013 20:58:52 -0500 Subject: [PATCH] chore(docs): update $animate and ngAnimate docs --- src/ngAnimate/animate.js | 166 +++++++++++++++++++-------------------- 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js index f0aec2a69072..ec7b38aacff6 100644 --- a/src/ngAnimate/animate.js +++ b/src/ngAnimate/animate.js @@ -8,7 +8,7 @@ * * # ngAnimate * - * The `ngAnimate` module provides support for JavaScript and CSS3 animation hooks within core and custom directives. + * The `ngAnimate` module provides support for JavaScript, CSS3 transition and CSS3 keyframe animation hooks within existing core and custom directives. * * {@installModule animate} * @@ -17,8 +17,8 @@ * # Usage * * To see animations in action, all that is required is to define the appropriate CSS classes - * or to register a JavaScript animation via the $animation service. The directives that support animation automatically are: - * `ngRepeat`, `ngInclude`, `ngSwitch`, `ngShow`, `ngHide` and `ngView`. Custom directives can take advantage of animation + * or to register a JavaScript animation via the myModule.animation() function. The directives that support animation automatically are: + * `ngRepeat`, `ngInclude`, `ngIf`, `ngSwitch`, `ngShow`, `ngHide`, `ngView` and `ngClass`. Custom directives can take advantage of animation * by using the `$animate` service. * * Below is a more detailed breakdown of the supported animation events provided by pre-existing ng directives: @@ -39,11 +39,8 @@ * *
  *