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.
2 parents 081d632 + 2842091 commit fa1bfffCopy full SHA for fa1bfff
API.md
@@ -53,8 +53,6 @@ class Spring extends React.PureComponent {
53
render: PropTypes.func,
54
// Prevents animation if true, you can also pass individual keys
55
immediate: PropTypes.oneOfType([PropTypes.bool, PropTypes.func]),
56
- // Won't start animations, so they can be controlled from outside
57
- hold: PropTypes.oneOfType([PropTypes.bool, PropTypes.func]),
58
// Spring config ({ tension, friction, ... } or a function receiving a name)
59
config: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
60
// Animation start delay, optional
0 commit comments