1 个仓库
JavaScript interfaces for controlling scrollbar layouts, performance modes, and element dimensions.
Distinct from Layout Management: None of the candidates cover general programmatic control of scrollbar-specific layout logic.
Explore 1 awesome GitHub repository matching web development · Programmatic Scroll Management. Refine with filters or upvote what's useful.
OverlayScrollbars 是一个 JavaScript 滚动条插件和 DOM 元素滚动管理器,用可自定义样式的覆盖版本替换原生浏览器滚动条。它作为一个 UI 组件,用于设置滚动条轨道和滑块的样式,同时保留原始的滚动行为和可访问性。 该项目通过使用自定义 Web 滚动条覆盖原生实现,确保了跨浏览器的 UI 一致性。它利用 CSS 自定义属性和预定义主题系统,使滚动条的视觉外观能够匹配特定的网站设计。 该库包含一个用于按元素控制滚动条布局和性能模式的程序化接口。它具有用于添加自定义行为或兼容性 Polyfill 的插件架构,并提供在元素大小或内容更改时进行手动布局重新计算的工具。
Provides programmatic control over scrollbar behavior and layout updates within web applications.