Skip to content

Commit

Permalink
docs: clarifying and cleaning up famousAnimate.js documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stristr committed Jun 28, 2014
1 parent a450ffb commit 93eec03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/scripts/services/famousAnimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* With the attributes `fa-animate-enter`, `fa-animate-leave`, `fa-animate-move`, you can assign an arbitrary
* expression to animation events.
*
* <strong>To notify Famo.us/Angular when your animations are complete, you must</strong> do one of two things:
* <strong>To notify Famo.us/Angular when your animations are complete, you must do one of two things</strong>:
* either pass a `$done` callback in your animation expressions, or design your animation expressions to
* evaluate as the numeric duration, in milliseconds, of the animation. If an animation expression
* both evaluates as a non-number and fails to invoke the `$done` callback, the animation event pipeline
Expand All @@ -25,7 +25,8 @@
*
* The {@link https://docs.angularjs.org/api/ngAnimate ngAnimate} module's documentation lists the set of
* core directives supporting $animate events. Please note that the `ngAnimate` module is *not* required
* (or recommended) to implement $animate events with Famo.us, but it is compatible.
* (or recommended) to implement $animate events with Famo.us, but it is compatible and technically effective
* on Surfaces.
*
* @usage
* ```html
Expand Down

0 comments on commit 93eec03

Please sign in to comment.