2 个仓库
Customizable visual elements and transitions shown during the deferred loading process.
Distinct from Deferred Loading: Focuses on the visual presentation (placeholders and animations) of deferred components, not the general deferral strategy.
Explore 2 awesome GitHub repositories matching web development · Loading Visuals. Refine with filters or upvote what's useful.
react-lazyload 是一个 React 组件和视口可见性包装器,旨在通过推迟屏幕外 UI 元素的显示来最小化资源消耗。它作为一个前端性能优化器,延迟图像或组件的渲染,直到它们进入浏览器视口。 该库通过允许定义占位符尺寸来防止布局偏移,在内容懒加载时保持页面稳定性。它使用内部状态和可选动画管理从这些占位符到实际内容的过渡。 该系统提供了视口可见性检测机制、强制立即挂载的手动显示覆盖,以及在标准滚动或调整大小事件不足时使用的手动可见性触发器。
Supports custom placeholder elements and fade-in animations for transitioning deferred components into view.
Skeleton is a skeleton loading library and UI component library for mobile applications. It provides a system for rendering animated shimmer placeholders and grayed-out shapes that mimic the final layout of a page while content is loading. The framework acts as a UI placeholder generator that automatically mirrors the dimensions and margins of actual views to create structurally accurate loading states. It implements a shimmer animation framework that applies sliding gradient overlays without requiring modifications to the original UI source code. The library covers loading state visualizati
Renders temporary shimmer animations that mirror the dimensions and margins of target UI components.