[new feature] DropdownMenu: add duration prop

This commit is contained in:
陈嘉涵
2019-05-23 20:38:17 +08:00
parent 9bce0aa31b
commit 3e15719ff3
5 changed files with 12 additions and 2 deletions
+1
View File
@@ -84,6 +84,7 @@ export default {
|------|------|------|------|------|
| active-color | Active color of title and option | `String` | `#1989fa` |
| z-index | z-index of menu item | `Number` | `10` |
| duration | Transition duration, unit second | `Number` | `0.2` |
| overlay | Whether to show overlay | `Boolean` | `true` |
| close-on-click-overlay | Whether to close when click overlay | `Boolean` | `true` |