Add React Spring to Animation on Styling FAQ (#2147)

Spring is a popular library on top of motion with some useful developments
This commit is contained in:
James Innes
2019-08-12 11:24:09 +01:00
committed by Alexey Pyltsyn
parent dea7ea13de
commit ddbd064d41

View File

@@ -48,4 +48,4 @@ _Note that this functionality is not a part of React, but provided by third-part
### Can I do animations in React? {#can-i-do-animations-in-react}
React can be used to power animations. See [React Transition Group](https://reactcommunity.org/react-transition-group/) and [React Motion](https://github.com/chenglou/react-motion), for example.
React can be used to power animations. See [React Transition Group](https://reactcommunity.org/react-transition-group/) and [React Motion](https://github.com/chenglou/react-motion) or [React Spring](https://github.com/react-spring/react-spring), for example.