1 个仓库
Systems for embedding specialized scrolling logic and triggers into custom UI components.
Distinct from Custom Scroll Interfaces: Focuses on the integration patterns and mixins for custom components rather than the interface layout itself.
Explore 1 awesome GitHub repository matching user interface & experience · Scroll Component Integrations. Refine with filters or upvote what's useful.
react-scroll 是一个用于在 React 应用中管理页面元素之间平滑和即时滚动行为的库。它作为一个 DOM 滚动控制器,提供了一个声明式 API 和一组组件,用于将视口动画化到特定的目标元素。 该库通过允许视口通过即时跳转或动画过渡移动到目标元素来实现自定义滚动。它提供了一个系统,通过使用 Mixin 定义特定的移动触发器和目标,将此滚动逻辑集成到自定义组件中。 该项目涵盖了单页应用布局内的视口导航和焦点过渡,将 React 组件中的用户操作链接到页面内的特定位置。
Provides a system for integrating scrolling triggers and targets into custom components using mixins.