diff --git a/README.md b/README.md index 01f3e59..e743fe3 100644 --- a/README.md +++ b/README.md @@ -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 |