feat(Picker): add swipe-duration prop (#4816)

This commit is contained in:
neverland
2019-10-23 17:21:32 +08:00
committed by GitHub
parent b26a1f3546
commit fe6b12f8c2
6 changed files with 16 additions and 29 deletions
+1
View File
@@ -198,6 +198,7 @@ When Picker columns data is acquired asynchronously, use `loading` prop to show
| visible-item-count | Count of visible columns | *number* | `5` | - |
| allow-html | Whether to allow HTML in option text | *boolean* | `true` | 2.1.8 |
| default-index | Default value index of single column picker | *number* | `0` | - |
| swipe-duration | Duration of the momentum animationunit `ms` | *number* | `1000` | `2.2.10` |
### Events