feat(Popover): add duration prop (#8355)

This commit is contained in:
neverland
2021-03-15 20:23:02 +08:00
committed by GitHub
parent c452926cd1
commit b119d4ad41
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -209,6 +209,7 @@ export default {
| placement | Placement | _string_ | `bottom` |
| theme | Themecan be set to `dark` | _string_ | `light` |
| trigger | Trigger modecan be set to `manual` | `click` |
| duration | Transition duration, unit second | _number \| string_ | `0.3` |
| offset | Distance to reference | _[number, number]_ | `[0, 8]` |
| overlay | Whether to show overlay | _boolean_ | `false` |
| overlay-class `v3.0.10` | Custom overlay class | _string \| Array \| object_ | - |