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 是一个 React 组件和视口跟踪工具,根据 DOM 节点在可滚动区域内的可见性执行函数。它监控元素何时进入或离开浏览器视口或指定的滚动容器以触发回调。 该项目支持实现无限滚动、资源懒加载和滚动触发动画。它允许使用偏移量进行自定义滚动容器定义和视口边界配置,以确定事件触发的精确时机。 该工具为垂直和水平滚动提供元素位置跟踪和可见性监控。它包括触发灵敏度控制和事件节流,以管理快速滚动期间的回调执行。
Provides custom offsets and throttling handlers to precisely control when visibility callbacks are executed during scrolling.