awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesSliding Panels

UI elements that transition their position across the viewport using CSS transforms.

Distinct from CSS Transitions: Focuses on the structural sliding panel behavior rather than general CSS transition rules.

Explore 3 awesome GitHub repositories matching user interface & experience · Sliding Panels. Refine with filters or upvote what's useful.

Awesome Sliding Panels GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mango/slideoutAvatar de mango

    mango/slideout

    7,881Voir sur GitHub↗

    Slideout is a touch-gesture UI component and navigation menu designed for mobile web applications. It provides a side panel that slides across the screen to reveal navigation options, utilizing CSS transitions to animate the movement of the viewport. The component manages the expanded or collapsed state of the navigation menu and includes logic to restrict gestures for specific interface elements to prevent interaction conflicts. It employs a system for executing custom logic triggered by menu state transitions and user drag gestures.

    Uses CSS transitions to animate the movement of a side panel across the viewport.

    JavaScript
    Voir sur GitHub↗7,881
  • jiangqqlmj/fastdev4androidAvatar de jiangqqlmj

    jiangqqlmj/FastDev4Android

    2,825Voir sur GitHub↗

    FastDev4Android is an all-in-one development framework for building Android applications. It accelerates app creation by integrating networking, data parsing, dependency injection, image loading, and UI components into a single workflow, bundling these capabilities to speed up mobile app development. The framework provides annotation-driven dependency injection that automatically wires components, views, event handlers, and threading into Android components at compile time. It implements the Model-View-Presenter (MVP) pattern to separate data, UI, and business logic into distinct layers for i

    Ships custom sliding panels and side menus using Android's ViewDragHelper for drag interactions.

    Java
    Voir sur GitHub↗2,825
  • excid3/tailwindcss-stimulus-componentsAvatar de excid3

    excid3/tailwindcss-stimulus-components

    1,516Voir sur GitHub↗

    This project is a collection of pre-built, reusable interface components designed for web applications that utilize StimulusJS and TailwindCSS. It functions as a frontend interaction framework, providing a set of standard UI elements that manage state and user behavior through declarative controller patterns. The library distinguishes itself by integrating utility-first styling with accessible component authoring. It leverages HTML attributes to bind JavaScript logic directly to DOM elements, enabling developers to implement complex interactions like modals, dropdowns, and tabbed content with

    Implements side-panel interfaces that slide into the viewport to present additional content without page navigation.

    JavaScripthacktoberfeststimulusjstailwindcss
    Voir sur GitHub↗1,516
  1. Home
  2. User Interface & Experience
  3. CSS Transitions
  4. Sliding Panels

Explorer les sous-tags

  • ViewDragHelperCustom sliding panels and side menus implemented using Android's ViewDragHelper for drag-to-slide interactions. **Distinct from Sliding Panels:** Distinct from CSS-based Sliding Panels: uses Android's ViewDragHelper for native drag-to-slide interactions, not CSS transitions.