Skip to content

Commit

Permalink
Update react-three-fiber.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRonE committed Jan 23, 2023
1 parent a646e8c commit 1a386d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/routes/docs/guides/react-three-fiber.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ of `react-spring` is the animations are physically correct.

When we consider that the animations you create with `react-spring` can not be interrupted per se, that is when you edit the value you don't have
the animation halt and start again, it responds to it's new goal value creating a seamless experience incredibly valuable to a 3D scene, you don't
ee items in real life free fall and when an external force is applied they stall, they react accordingly. The dampening of a spring gives you the
see items in real life free fall and when an external force is applied they stall, they react accordingly. The dampening of a spring gives you the
additional feeling of real life physics whilst in combination of even the three most basic config parameter `mass`, `tension` and `friction` you can
create a wide range of animations that belong to different objects in your scenes, you might have a metal-like sphere that needs to move slowly compared
to your light translucent sphere that should be falling and bouncing around the scene.
Expand Down Expand Up @@ -233,7 +233,7 @@ export default function MyComponent() {

## Syncing spring values

Sometimes, it's necessary to sync the state of a spring with the an external source. This can be done with the [event system](/docs/advanced/events)
Sometimes, it's necessary to sync the state of a spring with an external source. This can be done with the [event system](/docs/advanced/events)
built into react-spring.

Take the following example, we have multiple blobs on our screen that start in different places and a component higher in our scene graph needs to to know
Expand Down

0 comments on commit 1a386d7

Please sign in to comment.