1 مستودع
Mechanisms to adjust the precision and frequency of scroll-driven event execution using offsets and throttling.
Distinct from Scroll Event Controllers: Distinct from Scroll Event Controllers: focuses specifically on the precision thresholds and execution frequency (throttling) of the trigger, rather than the general logic of monitoring containers.
Explore 1 awesome GitHub repository matching user interface & experience · Trigger Sensitivity Controls. Refine with filters or upvote what's useful.
react-waypoint is a React component and viewport tracking tool that executes functions based on the visibility of a DOM node within a scrollable area. It monitors when elements enter or leave the browser viewport or a specified scroll container to trigger callbacks. The project enables the implementation of infinite scrolling, asset lazy loading, and scroll-triggered animations. It allows for custom scroll container definitions and viewport boundary configurations using offsets to determine exactly when events fire. The tool provides element position tracking and visibility monitoring for bo
Provides custom offsets and throttling handlers to precisely control when visibility callbacks are executed during scrolling.