2 repository-uri
Mechanisms for monitoring scroll offsets to drive UI animations and state transitions.
Distinct from Ref-Based State Tracking: Closest candidates relate to telemetry or VCS state, whereas this is specific to UI scroll offsets for animation progress.
Explore 2 awesome GitHub repositories matching user interface & experience · Scroll-State Tracking. Refine with filters or upvote what's useful.
BGARefreshLayout-Android is a layout library for Android applications that implements pull-to-refresh and pull-up-to-load-more patterns. It serves as a specialized view container and list loading framework designed to manage loading indicators and status text during data fetching operations. The library distinguishes itself by supporting a customizable view hierarchy that allows for the integration of a dedicated advertisement space at the top of the layout, positioned above the scrollable content. It provides a view holder system that enables the creation of bespoke visual effects and animat
Implements vertical offset tracking to map touch movements directly to refresh animation progress.
This library provides a directive-based solution for implementing infinite loading patterns within Angular applications. It monitors scroll positions to trigger data fetches when users reach defined distance thresholds, facilitating the continuous loading of content as users navigate through an interface. The implementation decouples scroll tracking from specific elements, allowing it to function with both window-level scrolling and individual overflow-hidden containers. It integrates native browser scroll events into reactive streams and applies throttling logic to manage event frequency, en
Provides mechanisms for monitoring scroll offsets and delta values to determine movement orientation and distance.