awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesLoading Delay Timers

Timers that introduce a brief delay after a trigger to prevent visual flickering during asset loading.

Distinct from Deferred Loading: A specific UX timing mechanism, whereas deferred loading refers to the act of delaying the load itself.

Explore 1 awesome GitHub repository matching web development · Loading Delay Timers. Refine with filters or upvote what's useful.

Awesome Loading Delay Timers GitHub Repositories

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

    verlok/vanilla-lazyload

    7,853Vezi pe 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

    Implements a configurable delay after an element enters the viewport before starting the load to avoid flickering.

    JavaScripthacktoberfestiframesimages
    Vezi pe GitHub↗7,853
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Initial Page Load Optimizations
  5. Deferred Loading
  6. Loading Delay Timers