feat(Area): add swipe-duration prop (#5014)

This commit is contained in:
neverland
2019-11-14 19:16:24 +08:00
committed by GitHub
parent 4c9eb995d4
commit 438711ef82
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ Set `columns-num` with 2, you'll have a 2 level picker.
| confirm-button-text | Text of confirm button | *string* | `Confirm` | - |
| cancel-button-text | Text of cancel button | *string* | `Cancel` | - |
| is-oversea-code | The method to validate oversea code | *() => boolean* | - | 2.1.4 |
| swipe-duration | Duration of the momentum animationunit `ms` | *number* | `1000` | `2.2.10` |
### Events