2 रिपॉजिटरी
Functions that force the recalculation of element visibility positions.
Distinct from Image Lazy Loading: Focuses specifically on refreshing the cached positions of lazy-loaded elements, not the general lazy loading mechanism.
Explore 2 awesome GitHub repositories matching web development · Position Refresh Triggers. Refine with filters or upvote what's useful.
AOS is a scroll-triggered animation library that controls the execution, timing, and mapping of CSS transitions based on element visibility and browser viewport intersections. It functions as a DOM element animation controller and a viewport intersection trigger to initiate visual transitions as elements enter the screen. The library utilizes a custom CSS transition bridge to map scroll-based triggers to CSS class changes, enabling integration with external styling frameworks. It supports anchor-based animation triggers, allowing the visibility of one page element to act as the trigger point
Recalculates animation trigger points automatically or manually whenever the window resizes or document structure changes.
vue-lazyload is a Vue.js image lazy loading plugin and frontend asset optimizer. It serves as a viewport visibility observer that defers the loading of images and components until they enter the browser viewport to reduce initial page load times. The project functions as a progressive image loader by managing image placeholders and implementing dynamic source switching. It uses a browser API to monitor when elements enter the viewport, avoiding expensive scroll event listeners to maintain performance. The plugin provides capabilities for image loading state tracking, including custom placeho
Allows forcing a recalculation of lazy loading positions to ensure images load correctly after layout shifts.