awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesCyclic Looping Layouts

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.

Awesome Cyclic Looping Layouts GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • bigkoo/android-pickerviewالصورة الرمزية لـ Bigkoo

    Bigkoo/Android-PickerView

    13,445عرض على GitHub↗

    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.

    Javaandroid-pickerviewdatepickeroptionspicker
    عرض على GitHub↗13,445
  • metafizzy/flickityالصورة الرمزية لـ metafizzy

    metafizzy/flickity

    7,576عرض على GitHub↗

    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.

    JavaScript
    عرض على GitHub↗7,576
  • devlight/infinitecycleviewpagerالصورة الرمزية لـ Devlight

    Devlight/InfiniteCycleViewPager

    5,691عرض على GitHub↗

    InfiniteCycleViewPager هو مكون واجهة مستخدم Android يتيح التمرير المستمر عبر مجموعة من العناصر دون بداية أو نهاية محددة. يعمل كمكون واجهة مستخدم بحلقة لا نهائية (infinite loop) وشريط تمرير (carousel) يدعم كلاً من الاتجاهين الأفقي والرأسي. توفر المكتبة نظاماً مخصصاً لانتقال الصفحات يخلق عمقاً بصرياً من خلال تغيير الحجم والإزاحة للصفحات أثناء تحركها نحو العرض المركزي. كما تتضمن آلية تمرير تلقائي تدور عبر المحتوى بناءً على فاصل زمني محدد. ينفذ المشروع هذه السلوكيات من خلال محاكاة حلقة فهرس افتراضية واستخدام تحويلات الحجم القائمة على الإحداثيات لإدارة حركة الصفحة ومظهرها.

    Creates a continuous scrolling experience using layouts that wrap back to the start of the sequence.

    Javaandroidcardscycle
    عرض على GitHub↗5,691
  1. Home
  2. User Interface & Experience
  3. Infinite Scroll Components
  4. Cyclic Looping Layouts