Skip to content

Commit fa1bfff

Browse files
authored
Merge pull request pmndrs#164 from PrecociouslyDigital/patch-3
Update API.md
2 parents 081d632 + 2842091 commit fa1bfff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

API.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class Spring extends React.PureComponent {
5353
render: PropTypes.func,
5454
// Prevents animation if true, you can also pass individual keys
5555
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]),
5856
// Spring config ({ tension, friction, ... } or a function receiving a name)
5957
config: PropTypes.oneOfType([PropTypes.object, PropTypes.func]),
6058
// Animation start delay, optional

0 commit comments

Comments
 (0)