awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesPosition Refresh Triggers

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.

Awesome Position Refresh Triggers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • michalsnik/aosAvatar michalsnik

    michalsnik/aos

    28,075Vezi pe GitHub↗

    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.

    JavaScript
    Vezi pe GitHub↗28,075
  • hilongjw/vue-lazyloadAvatar hilongjw

    hilongjw/vue-lazyload

    8,006Vezi pe GitHub↗

    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.

    JavaScriptlazyloadvuevue-lazyload
    Vezi pe GitHub↗8,006
  1. Home
  2. Web Development
  3. Lazy Loading Libraries
  4. Image Lazy Loading
  5. Position Refresh Triggers