From 075468c655e9707a7c2ef155b08814310f047198 Mon Sep 17 00:00:00 2001 From: jazsouf <101473962+jazsouf@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:11:44 +0200 Subject: [PATCH] docs: update animated-elements.mdx (#2209) A couple of typos. --- docs/app/routes/docs/concepts/animated-elements.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/routes/docs/concepts/animated-elements.mdx b/docs/app/routes/docs/concepts/animated-elements.mdx index a0aad3677c..4c3ebb3ab8 100644 --- a/docs/app/routes/docs/concepts/animated-elements.mdx +++ b/docs/app/routes/docs/concepts/animated-elements.mdx @@ -38,7 +38,7 @@ import { animated } from '@react-spring/web' ``` -If you've used `framer-motion` before, will most like be familiar with the dot notation of accessing a dictionary of components. +If you've used `framer-motion` before, you will most likely be familiar with the dot notation of accessing a dictionary of components. So while being able to use `animated.element` is useful, most cases you'll want to style said element. `react-spring` has no preference on styling techniques, common techniques like `css modules` or [`tailwind`](https://tailwindcss.com/) can work because every animated element can accept the properties of the native element, e.g. `className`.