From c8a3ccd25650ec38f603ba5199132cd1a9ce63e7 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Sat, 11 Dec 2021 05:36:59 +0100 Subject: [PATCH] Add Framer Motion to animation FAQ (#4149) --- content/docs/faq-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/faq-styling.md b/content/docs/faq-styling.md index 678ea5264..30936a0ec 100644 --- a/content/docs/faq-styling.md +++ b/content/docs/faq-styling.md @@ -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.