You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/virtualizer.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,14 @@ isRtl: boolean
258
258
259
259
Whether to invert horizontal scrolling to support right-to-left language locales.
260
260
261
+
### `useAnimationFrameWithResizeObserver`
262
+
263
+
```tsx
264
+
useAnimationFrameWithResizeObserver: boolean
265
+
```
266
+
This option enables wrapping ResizeObserver measurements in requestAnimationFrame for smoother updates and reduced layout thrashing. The default value is `true`.
267
+
268
+
261
269
## Virtualizer Instance
262
270
263
271
The following properties and methods are available on the virtualizer instance:
0 commit comments