From 177ab68fa367ef2145ffa910c7c79a0e4f34fd08 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Fri, 16 Dec 2022 11:37:44 +0100 Subject: [PATCH] adding deep links to readme --- packages/framer-motion/README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/packages/framer-motion/README.md b/packages/framer-motion/README.md index 85e413ad8..bf1fc06e1 100644 --- a/packages/framer-motion/README.md +++ b/packages/framer-motion/README.md @@ -35,17 +35,18 @@ It looks like this: It does all this: -- Springs -- Keyframes -- Layout animations -- Shared layout animations -- Gestures (drag/tap/hover) -- SVG paths -- Exit animations +- [Springs](https://www.framer.com/docs/transition/#spring) +- [Keyframes](https://www.framer.com/docs/animation/##keyframes) +- [Layout animations](https://www.framer.com/docs/layout-animations/) +- [Shared layout animations](https://www.framer.com/docs/layout-animations/#shared-layout-animations) +- [Gestures (drag/tap/hover)](https://www.framer.com/docs/gestures/) +- [Scroll animations](https://www.framer.com/docs/scroll-animations) +- [SVG paths](https://www.framer.com/docs/component/###svg-line-drawing) +- [Exit animations](https://www.framer.com/docs/animate-presence/) - Server-side rendering -- Hardware-accelerated animations -- Orchestrate animations across components -- CSS variables +- [Hardware-accelerated animations](https://www.framer.com/docs/animation/#hardware-accelerated-animations) +- [Orchestrate animations across components](https://www.framer.com/docs/animation/##orchestration) +- [CSS variables](https://www.framer.com/docs/component/##css-variables) ...and a whole lot more.