Skip to content

Commit 529bff1

Browse files
committed
Clarify description for thresholdRect
1 parent c33e842 commit 529bff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/virtualview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Argument supplied to [`onModeChange`](#onmodechange).
123123
For example, if a `VirtualView` enters the visible region of a [`ScrollView`](scrollview)...
124124

125125
- `mode` would be [`VirtualViewMode.Visible`](#virtualviewmode)
126-
- `thresholdRect` would describe the current scroll position of the nearest ancestor [`ScrollView`](scrollview)
126+
- `thresholdRect` would describe the visible viewport of the nearest ancestor [`ScrollView`](scrollview)
127127
- `targetRect` would be the layout of `target` that overlaps with `thresholdRect` (i.e. it is within the visible region of the [`ScrollView`](scrollview))
128128

129129
:::

0 commit comments

Comments
 (0)