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
·

2 dépôts

Awesome GitHub RepositoriesOff-Screen Viewport Positioning

Techniques for moving elements outside the visible browser window using absolute positioning and transforms.

Distinct from Absolute Positioning: Distinct from Absolute Positioning: specifically focuses on hiding elements outside the viewport for side-menu patterns rather than precise layout coordinates.

Explore 2 awesome GitHub repositories matching user interface & experience · Off-Screen Viewport Positioning. Refine with filters or upvote what's useful.

Awesome Off-Screen Viewport Positioning 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.
  • vpenkov/okaynavAvatar de VPenkov

    VPenkov/okayNav

    3,985Voir sur GitHub↗

    okayNav is a JavaScript library for creating responsive navigation menus that automatically collapse into off-screen sidebars based on viewport width. It functions as a viewport-aware UI component that recalculates the distribution of visible and hidden navigation links as the browser window resizes. The framework distinguishes itself by providing a swipe-enabled system for opening and closing mobile menus using touch gestures with adjustable sensitivity. It also allows for programmatic control over the visibility of navigation drawers to trigger menus based on specific user actions.

    Hides the navigation menu by positioning it outside the visible viewport using CSS transforms.

    JavaScript
    Voir sur GitHub↗3,985
  • adtile/fixed-navAvatar de adtile

    adtile/fixed-nav

    931Voir sur GitHub↗

    Fixed-nav is a client-side JavaScript library for building responsive, touch-friendly navigation menus on single-page websites. It pins navigation bars to the screen viewport so control interfaces remain persistently accessible as users scroll through long content. The library automatically monitors scroll positions against document boundaries to highlight active section indicators in real time. When navigation links are selected, it animates viewport transitions to target sections using hardware-accelerated timing functions instead of abrupt jumps. Additional capabilities include dimming ba

    Pins navigation bars to the screen viewport so control interfaces remain persistently accessible while scrolling.

    JavaScript
    Voir sur GitHub↗931
  1. Home
  2. User Interface & Experience
  3. Element Positioning
  4. Absolute Positioning
  5. Off-Screen Viewport Positioning