We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e84b6c commit 57f2565Copy full SHA for 57f2565
readme.md
@@ -151,7 +151,7 @@ You'll find varying implementations under [/dist/addons](https://github.com/drcm
151
```jsx
152
import { TimingAnimation, Easing } from 'react-spring/dist/addons'
153
154
-<Spring impl={TimingAnimation} config={{ delay: 200, duration: 1000, easing.linear }} ...>
+<Spring impl={TimingAnimation} config={{ delay: 200, duration: 1000, Easing.linear }} ...>
155
```
156
157
#### Keyframes ([Demo](https://codesandbox.io/embed/zl35mrkqmm))
0 commit comments