docs(site): rename commitThrottle to changeThrottle in time-slider reference (#1221)

This commit is contained in:
rahim
2026-04-05 22:29:24 -07:00
committed by GitHub
parent 0c95ab4109
commit 4a9f05569a
@@ -39,7 +39,7 @@ import withPartsHtmlTs from "@/components/docs/demos/time-slider/html/css/WithPa
Displays and controls the current playback position. Dragging the slider seeks the media. The fill level reflects `currentTime / duration` as a percentage, and the buffer level shows how much media has been buffered.
Seeking is throttled via the `commitThrottle` prop (default 100ms) to avoid overwhelming the media element during drag operations.
Value changes during drag are throttled via the `changeThrottle` prop (default 100ms) using a leading+trailing throttle to keep the UI responsive without overwhelming the media element.
## Styling