mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix url to ng-animate (#9859)
This commit is contained in:
committed by
Flarnie Marchan
parent
a5e0067358
commit
6bef36d9fa
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user