Browse Source

Fix url to ng-animate (#9859)

main
Garmash Nikolay 8 years ago
committed by Brian Vaughn
parent
commit
f78f2789b4
  1. 2
      docs/addons-animation.md

2
docs/addons-animation.md

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

Loading…
Cancel
Save