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

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

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

2 مستودعات

Awesome GitHub RepositoriesLoading State Markers

Toggling visual attributes or classes to indicate loading progress or trigger animations.

Distinct from Image Lazy Loading: Focuses on managing the visual state during the lazy loading process, not the act of deferring the load itself.

Explore 2 awesome GitHub repositories matching web development · Loading State Markers. Refine with filters or upvote what's useful.

Awesome Loading State Markers GitHub Repositories

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

    verlok/vanilla-lazyload

    7,853عرض على GitHub↗

    vanilla-lazyload is a JavaScript lazy loading library and viewport-based asset loader designed to improve page load speed by deferring the loading of images, videos, iframes, and backgrounds. It functions as an intersection observer media loader that triggers resource downloads and script execution only when elements enter the browser viewport. The project also serves as a native lazy loading polyfill, utilizing native browser loading attributes where supported and providing a JavaScript fallback for older environments. The library distinguishes itself through active bandwidth management, suc

    Uses CSS classes and callbacks to track and signal when lazy-loaded elements are loading, loaded, or failed.

    JavaScripthacktoberfestiframesimages
    عرض على GitHub↗7,853
  • apoorvsaxena/lozad.jsالصورة الرمزية لـ ApoorvSaxena

    ApoorvSaxena/lozad.js

    7,497عرض على GitHub↗

    lozad.js is a JavaScript lazy loading library and viewport-based media loader. It serves as a dependency-free wrapper around the Intersection Observer API to defer the loading of images and iframes until they enter the browser viewport. The project functions as a responsive image loader that optimizes page speed by delivering the most appropriate image sizes and formats based on the user's screen. It includes capabilities for responsive image optimization and layout stabilization through the use of image placeholders to prevent content shifts. The library manages the full lifecycle of deferr

    Manages loading states by toggling attributes as elements enter the viewport for animations.

    JavaScript
    عرض على GitHub↗7,497
  1. Home
  2. Web Development
  3. Lazy Loading Libraries
  4. Image Lazy Loading
  5. Loading State Markers