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

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

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

1 个仓库

Awesome GitHub RepositoriesUI Visibility Debouncing

Delaying the display of UI elements until a specific time threshold is met to avoid flickering.

Distinct from Execution Debouncing: Focuses on UI visibility timing to prevent flashing, whereas Execution Debouncing targets function call frequency.

Explore 1 awesome GitHub repository matching software engineering & architecture · UI Visibility Debouncing. Refine with filters or upvote what's useful.

Awesome UI Visibility Debouncing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chieffancypants/angular-loading-barchieffancypants 的头像

    chieffancypants/angular-loading-bar

    5,121在 GitHub 上查看↗

    angular-loading-bar 是一个用于 Angular 应用的加载状态管理器和进度条组件。它通过监控发出的 HTTP 请求,提供了一个自动化的加载指示器,用于可视化网络请求活动。 该项目通过将多个 API 调用捆绑到一个加载状态中来管理并发网络请求,确保指示器在最后一个请求完成前保持可见。它包含一个延迟阈值,用于推迟加载条的出现,从而防止快速请求期间出现视觉闪烁。 该系统支持 URL 模式过滤,以排除特定的后台或轮询调用触发 UI。它还提供手动状态控制,允许针对独立于网络监控的任务以编程方式启动或停止加载指示器。

    Prevents the loading bar from flashing during very fast network requests by delaying its appearance until a threshold is reached.

    JavaScript
    在 GitHub 上查看↗5,121
  1. Home
  2. Software Engineering & Architecture
  3. Function Execution Utilities
  4. Execution Debouncing
  5. UI Visibility Debouncing