Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
add scaleConfig documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gasson committed Feb 11, 2016
1 parent 43e2691 commit c6d8bdf
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 @@ -20,7 +20,7 @@ Simply wrap child components with this component and dynamically change them to

| Prop | PropType | Description |
| ---- | -------- | ----------- |
| duration | React.PropTypes.number | Duration of animation |
| scaleConfig | React.PropTypes.object | A {stiffness, damping} for react-motion ([details](https://github.com/chenglou/react-motion#--spring-val-number-config-springhelperconfig--opaqueconfig)) |
| fade | React.PropTypes.bool | Should children fade on enter/leave |
| scale | React.PropTypes.bool | Should children scale on enter/leave |
| intial | React.PropTypes.bool | Should scale/fade occur on first load |
Expand Down

0 comments on commit c6d8bdf

Please sign in to comment.