File tree Expand file tree Collapse file tree
packages/varlet-ui/src/bottom-navigation/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ const active = ref(0)
204204| ` placeholder ` *** 3.2.11*** | Whether to generate placeholder elements of the same height at the bottom (` fixed ` required) | _ boolean_ | ` false ` |
205205| ` fab-props ` | Fab button props | _ ButtonProps_ | ` { type: 'primary' } ` |
206206| ` variant ` *** 3.2.0*** | Variant mode | _ boolean_ | ` false ` |
207+ | ` animated ` *** 3.13.1*** | Whether to enable content switching animation | _ boolean_ | ` true ` |
207208
208209#### BottomNavigationItem Props
209210
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ const active = ref(0)
206206| ` placeholder ` *** 3.2.11*** | 是否在底部生成相同高度的占位元素(需设置 ` fixed ` ) | _ boolean_ | ` false ` |
207207| ` fab-props ` | 悬浮按钮属性 | _ ButtonProps_ | ` { type: 'primary' } ` |
208208| ` variant ` *** 3.2.0*** | 变体模式 | _ boolean_ | ` false ` |
209+ | ` animated ` *** 3.13.1*** | 是否启用内容切换动画 | _ boolean_ | ` true ` |
209210
210211#### BottomNavigationItem Props
211212
You can’t perform that action at this time.
0 commit comments