Skip to content

Commit

Permalink
Update animated-elements.mdx
Browse files Browse the repository at this point in the history
A couple of typos.
  • Loading branch information
jazsouf authored Oct 3, 2023
1 parent bf81ee9 commit e7fb548
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

0 comments on commit e7fb548

Please sign in to comment.