Skip to content

Commit

Permalink
Merge pull request #3197 from skv-headless/fix-link-to-animations
Browse files Browse the repository at this point in the history
[Docs] fix link to animation examples
  • Loading branch information
James Ide committed Oct 2, 2015
2 parents 1d77645 + f8bf346 commit 9dd956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ vertical panning.
The above API gives a powerful tool for expressing all sorts of animations in a
concise, robust, and performant way. Check out more example code in
[UIExplorer/AnimationExample](https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/AnimationExample). Of course there may still be times where `Animated`
[UIExplorer/AnimationExample](https://github.com/facebook/react-native/tree/master/Examples/UIExplorer/AnimatedGratuitousApp). Of course there may still be times where `Animated`
doesn't support what you need, and the following sections cover other animation
systems.
Expand Down

0 comments on commit 9dd956a

Please sign in to comment.