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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesLoading Visuals

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.

Awesome Loading Visuals GitHub Repositories

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

    twobin/react-lazyload

    5,904在 GitHub 上查看↗

    react-lazyload 是一个 React 组件和视口可见性包装器,旨在通过推迟屏幕外 UI 元素的显示来最小化资源消耗。它作为一个前端性能优化器,延迟图像或组件的渲染,直到它们进入浏览器视口。 该库通过允许定义占位符尺寸来防止布局偏移,在内容懒加载时保持页面稳定性。它使用内部状态和可选动画管理从这些占位符到实际内容的过渡。 该系统提供了视口可见性检测机制、强制立即挂载的手动显示覆盖,以及在标准滚动或调整大小事件不足时使用的手动可见性触发器。

    Supports custom placeholder elements and fade-in animations for transitioning deferred components into view.

    JavaScriptlazyloadreact
    在 GitHub 上查看↗5,904
  • ethanhua/skeletonethanhua 的头像

    ethanhua/Skeleton

    3,720在 GitHub 上查看↗

    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.

    Javaandroid-libraryandroid-uiloadingview
    在 GitHub 上查看↗3,720
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Initial Page Load Optimizations
  5. Deferred Loading
  6. Loading Visuals