awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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.

  1. Home
  2. Web Development
  3. Lazy Loading Libraries
  4. Image Lazy Loading
  5. Position Refresh Triggers

Awesome Position Refresh Triggers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • michalsnik/aosmichalsnik का अवतार

    michalsnik/aos

    28,075GitHub पर देखें↗

    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
    GitHub पर देखें↗28,075
  • hilongjw/vue-lazyloadhilongjw का अवतार

    hilongjw/vue-lazyload

    8,006GitHub पर देखें↗

    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
    GitHub पर देखें↗8,006