1 Repo
Strategies for managing the sequence of content appearance based on asset readiness.
Distinct from Image Loading: Distinct from lazy loading or rendering pipelines by focusing on the synchronization of page appearance.
Explore 1 awesome GitHub repository matching user interface & experience · UI Loading Coordination. Refine with filters or upvote what's useful.
imagesloaded is a JavaScript image loading library used to detect when images and background images have finished loading or failed within a web page. It functions as a frontend asset loader and DOM image event monitor that synchronizes user interface updates with the actual completion of image downloads in the browser. The library provides monitoring systems to track the loading status of individual images, group containers, and background assets. It coordinates the appearance of a web page to ensure content is not displayed until required assets are ready, which helps manage the loading seq
Coordinates the appearance of a web page so that content is not displayed until all images are ready.