Add Framer Motion to animation FAQ (#4149)

This commit is contained in:
Matt Perry
2021-12-11 05:36:59 +01:00
committed by GitHub
parent 7d9c9e80d2
commit c8a3ccd256

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) or [React Spring](https://github.com/react-spring/react-spring), for example.
React can be used to power animations. See [React Transition Group](https://reactcommunity.org/react-transition-group/), [React Motion](https://github.com/chenglou/react-motion), [React Spring](https://github.com/react-spring/react-spring), or [Framer Motion](https://framer.com/motion), for example.