awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • verlok/vanilla-lazyloadverlok 的头像

    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.jsApoorvSaxena 的头像

    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