Skip to content

Commit bd687f9

Browse files
committed
Tweak wording
1 parent c894cd6 commit bd687f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/versioned_docs/version-5.x/material-top-tab-navigator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Position of the tab bar in the tab view. Possible values are `'top'` and `'botto
6565

6666
#### `lazy`
6767

68-
Boolean indicating whether to lazily render the scenes. By default all scenes are rendered to provide a smoother swipe experience. But you might want to defer the rendering of unfocused scenes until the user sees them. To enable lazy rendering, set `lazy` to `true`.
68+
Boolean indicating whether to lazily render the scenes. When this is set to `true`, screens will be rendered as they come into the viewport. By default all scenes are rendered to provide a smoother swipe experience. But you might want to defer the rendering of screens out of the viewport until the user sees them. To enable lazy rendering, set `lazy` to `true`.
6969

70-
When you enable `lazy`, the unfocused screens will usually take some time to render when they come into focus. You can use the `renderLazyPlaceholder` prop to customize what the user sees during this short period.
70+
When you enable `lazy`, the lazy loaded screens will usually take some time to render when they come into the viewport. You can use the `renderLazyPlaceholder` prop to customize what the user sees during this short period.
7171

7272
#### `lazyPreloadDistance`
7373

0 commit comments

Comments
 (0)