Skip to content

Commit

Permalink
Fix broken link to springUtils example in README (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedemarais authored and osdnk committed Apr 25, 2019
1 parent fd11ce2 commit 413fc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ Transforms an object with `bounciness` and `speed` params into config expected b
#### `SpringUtils.makeConfigFromOrigamiTensionAndFriction(prevConfig)`
Transforms an object with `tension` and `friction` params into config expected by the `spring` node. `tension` and `friction` might be nodes or numbers.

See an [Example of different configs](https://github.com/kmagiera/react-native-reanimated/blob/master/Example/colors/differentSpringConfigs.js).
See an [Example of different configs](https://github.com/kmagiera/react-native-reanimated/blob/master/Example/differentSpringConfigs/index.js).


## Running animations
Expand Down

0 comments on commit 413fc29

Please sign in to comment.