Skip to content

Commit 6e8c609

Browse files
committed
Fix description for shifting
1 parent 11c9b34 commit 6e8c609

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

versioned_docs/version-5.x/material-bottom-tab-navigator.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ Behavior of back button handling.
7070

7171
#### `shifting`
7272

73-
Whether the shifting style is used, the active tab appears wider and the inactive tabs won't have a label. By default, this is `true` when you have more than 3 tabs.
73+
Whether the shifting style is used, the active tab icon shifts up to show the label and the inactive tabs won't have a label.
74+
75+
By default, this is `true` when you have more than 3 tabs. Pass `shifting={false}` to explicitly disable this animation, or `shifting={true}` to always use this animation.
7476

7577
#### `labeled`
7678

0 commit comments

Comments
 (0)