Skip to content

Commit

Permalink
docs: update animated-elements.mdx (#2209)
Browse files Browse the repository at this point in the history
A couple of typos.
  • Loading branch information
jazsouf authored Oct 4, 2023
1 parent bf81ee9 commit 075468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/routes/docs/concepts/animated-elements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { animated } from '@react-spring/web'
<animated.mesh />
```

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`.
Expand Down

1 comment on commit 075468c

@vercel
Copy link

@vercel vercel bot commented on 075468c Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.