Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda authored Mar 12, 2018
1 parent c7417b6 commit 5f3fc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Spring extends React.PureComponent {
children: PropTypes.func,
// Same as children, but takes precedence if present
render: PropTypes.func,
// Prevents animation if true, you can also pass keys for individual keys
// Prevents animation if true, you can also pass individual keys
immediate: PropTypes.oneOfType([PropTypes.bool, PropTypes.arrayOf(PropTypes.string)]),
}
static defaultProps = { from: {}, to: {}, config: defaultConfig, native: false, immediate: false }
Expand Down

0 comments on commit 5f3fc23

Please sign in to comment.