2 个仓库
Mechanisms for syncing a visual pagination index with a scroll offset.
Distinct from Scroll State Controllers: Focuses on the synchronization between scroll position and a page indicator, not general programmatic scroll management.
Explore 2 awesome GitHub repositories matching user interface & experience · Indicator Synchronization. Refine with filters or upvote what's useful.
SDCycleScrollView 是一个 iOS 轮播 UI 组件,提供了一个用于在连续水平或垂直序列中显示图像或文本的循环滚动视图。它充当无限滚动视图,按设定的时间间隔自动循环播放内容项。 该组件包含一个页面控制导航指示器,使用可自定义的点或图像显示循环内的当前位置。它通过自定义单元格布局和关联的标题数组支持可自定义的轮播内容。 该工具通过滚动方向控制以及禁用拖动手势或跳转到特定内容索引的能力来管理滚动行为。它将分页指示器的视觉状态与内容区域的滚动偏移量同步。
Synchronizes the visual index of a pagination indicator with the current scroll offset of the content area.
UltraViewPager 是一个 Android UI 组件和 ViewPager 扩展,为移动屏幕提供了一个页面过渡动画库和无限分页控制器。它作为一个可重用的界面元素,用于渲染具有自定义尺寸和宽高比的分页容器。 该项目实现了循环分页导航,在到达最后一屏后循环回到第一页,从而创建一个连续的循环。它还包括一个用于自动内容轮播的定时驱动机制,以及一个基于坐标的引擎,用于在页面切换期间对视图位置和透明度值进行插值。 该库支持水平和垂直分页方向。它提供了用于页面位置指示器的工具,以及一个用于配置分页容器最大高度、最大宽度或固定宽高比的约束系统。
Synchronizes visual pagination dots with the current scroll offset of the paging container.