From 54ca9181ce4918c1ad23f868571cd75dc26081ed Mon Sep 17 00:00:00 2001 From: Garmash Nikolay Date: Tue, 6 Jun 2017 17:16:27 +0200 Subject: [PATCH] Fix url to ng-animate (#9859) --- docs/docs/addons-animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/addons-animation.md b/docs/docs/addons-animation.md index 2dd2884ce66d2..557897de56c19 100644 --- a/docs/docs/addons-animation.md +++ b/docs/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**