awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesInstance Destruction

Stops scroll-based loading and loads remaining off-screen images before cleanup.

Distinct from Image Lazy Loading: Distinct from Image Lazy Loading: focuses on the teardown and cleanup of the lazy loading instance, not the loading mechanism itself.

Explore 2 awesome GitHub repositories matching web development · Instance Destruction. Refine with filters or upvote what's useful.

Awesome Instance Destruction GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tuupola/lazyloadالصورة الرمزية لـ tuupola

    tuupola/lazyload

    8,727عرض على GitHub↗

    Lazyload is a JavaScript plugin that defers the loading of images until they scroll into the viewport, using the browser's Intersection Observer API to detect visibility. It is designed to speed up initial page load and save bandwidth by delaying off-screen images, and includes a jQuery-compatible wrapper for drop-in integration with existing jQuery code. The plugin distinguishes itself through support for responsive images, loading different sources based on screen size, and a blur-up placeholder effect that shows a low-resolution image that transitions into the sharp version once fully load

    Stops scroll-based loading and loads remaining off-screen images before cleanup.

    JavaScript
    عرض على GitHub↗8,727
  • russellsamora/scrollamaالصورة الرمزية لـ russellsamora

    russellsamora/scrollama

    5,982عرض على GitHub↗

    Scrollama is a JavaScript library for scroll-driven storytelling that uses the browser's native IntersectionObserver API to trigger step-based callbacks and animations as the user scrolls through a page. It pins graphic elements using CSS sticky positioning while scrolling through associated text steps, enabling side-by-side narrative experiences without JavaScript-driven layout calculations. The library provides a configurable offset threshold system that accepts a single global offset or per-element data-attribute offsets to define the viewport position that triggers step events. It reports

    Removes all observers and callback functions to clean up the scroll-tracking instance.

    HTML
    عرض على GitHub↗5,982
  1. Home
  2. Web Development
  3. Lazy Loading Libraries
  4. Image Lazy Loading
  5. Instance Destruction

استكشف الوسوم الفرعية

  • Scroll Observer CleanupsRemoving all observers and callback functions to clean up the scroll-tracking instance. **Distinct from Instance Destruction:** Distinct from Instance Destruction: specifically removes scroll observers and callbacks rather than loading remaining images before cleanup.