Skip to content

Commit

Permalink
Fix url to ng-animate (#9859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garmash Nikolay authored and bvaughn committed Jun 6, 2017
1 parent 30e6c6c commit 54ca918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/addons-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [`ReactTransitionGroup`](#low-level-api-reacttransitiongroup) add-on compone

## High-level API: ReactCSSTransitionGroup

`ReactCSSTransitionGroup` is a high-level API based on [`ReactTransitionGroup`](#low-level-api-reacttransitiongroup) and is an easy way to perform CSS transitions and animations when a React component enters or leaves the DOM. It's inspired by the excellent [ng-animate](http://www.nganimate.org/) library.
`ReactCSSTransitionGroup` is a high-level API based on [`ReactTransitionGroup`](#low-level-api-reacttransitiongroup) and is an easy way to perform CSS transitions and animations when a React component enters or leaves the DOM. It's inspired by the excellent [ng-animate](https://docs.angularjs.org/api/ngAnimate) library.

**Importing**

Expand Down

0 comments on commit 54ca918

Please sign in to comment.