3 dépôts
Layouts that wrap the user back to the start of a sequence for continuous navigation.
Distinct from Infinite Scroll Components: Distinguishes cyclic looping for small sets of slides from the incremental loading of large datasets.
Explore 3 awesome GitHub repositories matching user interface & experience · Cyclic Looping Layouts. Refine with filters or upvote what's useful.
Android-PickerView is a custom view library for Android that provides a wheel-based scrolling interface for selecting dates, times, and custom data options. It functions as a selection component that can be used for specialized time and date picking or as a general wheel picker for custom data sets. The library features cascading selection capabilities, allowing for linked data selectors where choosing an option in one column filters the available choices in subsequent columns. It also supports cyclic scrolling to create a continuous loop and can encapsulate the selector within a modal dialog
Implements layouts that wrap the user back to the start of a sequence for continuous, seamless scrolling.
Flickity is a JavaScript library used to create responsive, touch-enabled content carousels and sliders for web pages. It provides a system for building flickable galleries that allow users to navigate through collections of elements using touch or mouse input. The library specializes in performance and movement, featuring lazy-loading for images that defers loading off-screen content until it enters the viewport. It supports infinite scrolling loops that wrap back to the first cell after the last is reached, as well as automated slide transitions for slideshow experiences. The toolset inclu
Creates continuous looping layouts that wrap back to the first item after the last one is reached.
InfiniteCycleViewPager est un composant d'interface utilisateur Android qui permet un défilement continu à travers un ensemble d'éléments sans début ni fin définis. Il fonctionne comme un composant d'interface utilisateur en boucle infinie et un carrousel qui prend en charge les orientations horizontale et verticale. La bibliothèque fournit un système de transition de page personnalisé qui crée une profondeur visuelle en mettant à l'échelle et en décalant les pages à mesure qu'elles se déplacent vers la vue centrale. Elle inclut également un mécanisme de défilement automatique qui tourne à travers le contenu en fonction d'un intervalle de temps spécifié. Le projet implémente ces comportements en simulant une boucle d'index virtuelle et en utilisant des transformations d'échelle basées sur les coordonnées pour gérer le mouvement et l'apparence des pages.
Creates a continuous scrolling experience using layouts that wrap back to the start of the sequence.