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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 repositorios

Awesome GitHub RepositoriesSmooth Scrolling

Implementations that animate screen transitions to provide fluid movement during scrolling.

Distinct from Scroll Animations: Focuses on the general fluid movement of the viewport rather than specific scroll-triggered event animations.

Explore 15 awesome GitHub repositories matching user interface & experience · Smooth Scrolling. Refine with filters or upvote what's useful.

Awesome Smooth Scrolling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ustbhuangyi/better-scrollAvatar de ustbhuangyi

    ustbhuangyi/better-scroll

    16,489Ver en GitHub↗

    Better-scroll is a JavaScript scroll library and touch interaction engine designed to create high-performance scrollable areas in web browsers. It functions as a modular UI component framework that provides the foundation for building complex scrollable elements. The library is distinguished by a plugin-based architecture that allows the injection of custom methods and event hooks. This system enables the creation of specialized interface components such as carousel sliders, scrollable picker inputs, and draggable element systems. The project covers a wide range of mobile web interaction pat

    Provides a high-performance smooth scrolling engine with configurable inertia and rebound effects.

    TypeScriptbetter-performanceiosiscroll
    Ver en GitHub↗16,489
  • folke/snacks.nvimAvatar de folke

    folke/snacks.nvim

    7,747Ver en GitHub↗

    snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core functionality of Neovim. It serves as a multi-purpose toolkit providing a UI framework, navigation enhancements, and integrations with external services. The project distinguishes itself by combining a wide array of specialized tools into a single suite, including a picker-based file explorer, a deep GitHub integration for managing issues and pull requests, and a set of development utilities for profiling Lua performance and inspecting code execution. Its broader capability surface

    Animates screen movements and mouse scrolling to provide fluid visual transitions.

    Lua
    Ver en GitHub↗7,747
  • tholman/elevator.jsAvatar de tholman

    tholman/elevator.js

    6,641Ver en GitHub↗

    elevator.js is a lightweight JavaScript library that adds a playful, elevator-themed scroll-to-top button to a webpage. When clicked, it smoothly animates the page back to the top while playing a looping elevator music track in the background, masking the transition and adding a whimsical touch to the user experience. The library goes beyond a simple scroll-to-top button by offering configurable scroll duration, the ability to scroll to any specified DOM element with optional vertical padding, and callback hooks that fire user-defined functions at the start and end of the animation. This allo

    Implements a customizable smooth scroll animation to the top of a page or to a specific element.

    JavaScript
    Ver en GitHub↗6,641
  • tridactyl/tridactylAvatar de tridactyl

    tridactyl/tridactyl

    6,246Ver en GitHub↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Provides keyboard commands to scroll the page to the top or bottom.

    TypeScriptfirefoxhacktoberfestvim
    Ver en GitHub↗6,246
  • cferdinandi/smooth-scrollAvatar de cferdinandi

    cferdinandi/smooth-scroll

    5,444Ver en GitHub↗

    Esta biblioteca de scroll suave para JavaScript es una utilidad frontend y controlador de movimiento del viewport diseñada para animar transiciones hacia enlaces de anclaje. Intercepta los clics estándar en enlaces para reemplazar los saltos instantáneos con un movimiento fluido hacia los elementos de destino. La biblioteca proporciona patrones de suavizado de movimiento configurables y controles de velocidad para gestionar la aceleración y desaceleración. Incluye un mecanismo para cancelar animaciones activas inmediatamente y admite el disparo programático de scroll mediante llamadas directas a funciones. La herramienta maneja offsets de posicionamiento para evitar que el contenido de destino quede oculto detrás de cabeceras fijas y sincroniza la barra de direcciones del navegador durante las transiciones. También cuenta con un sistema de callbacks basado en eventos que dispara efectos secundarios cuando las animaciones de scroll comienzan, concluyen o son interrumpidas.

    Replaces native instant jumps to anchor links with fluid, animated transitions.

    JavaScriptanchor-linksanimate-scrollingjavascript
    Ver en GitHub↗5,444
  • lucasr/twoway-viewAvatar de lucasr

    lucasr/twoway-view

    5,204Ver en GitHub↗

    Twoway-view es una librería Java para el desarrollo de UI de listas en Android diseñada para simplificar la creación de interfaces de listas y cuadrículas personalizadas. Se centra en reducir el código repetitivo (boilerplate) al construir arreglos de elementos complejos y diseños personalizados. El proyecto proporciona herramientas para el diseño de gestores de diseño personalizados y la gestión de diseños de secuencia, permitiendo un posicionamiento estructural preciso de los elementos. Incluye mecanismos para la simplificación del diseño de listas y el renderizado de diseños de interfaz de usuario personalizados. La librería cubre una amplia gama de capacidades de listas, incluyendo la gestión de decoración de elementos para el estilo visual, primitivas de interacción para el procesamiento de entradas y seguimiento de selección, y utilidades de navegación para el desplazamiento animado a posiciones específicas.

    Allows moving the view to a specific item or offset using smooth animation to help users track location.

    Java
    Ver en GitHub↗5,204
  • swup/swupAvatar de swup

    swup/swup

    5,191Ver en GitHub↗

    Swup es una librería de transición de página y cargador de páginas AJAX diseñado para crear transiciones animadas y fluidas entre páginas en sitios web renderizados por el servidor. Funciona como un orquestador de contenido DOM y gestor de historial del navegador, interceptando la navegación para reemplazar el contenido de la página dinámicamente y simular una experiencia de aplicación de una sola página. El proyecto se diferencia mediante un sistema de ciclo de vida basado en hooks y una arquitectura de plugins que permite la inyección de lógica personalizada y efectos de animación. Soporta métodos visuales avanzados incluyendo el morphing de contenido DOM, renderizado DOM paralelo para animaciones superpuestas e integración con la API nativa de View Transitions del navegador. La librería cubre una amplia gama de capacidades, incluyendo la gestión de navegación del lado del cliente, caché de páginas basada en memoria y precarga de páginas en segundo plano para optimizar el rendimiento. También proporciona una restauración completa de la posición de desplazamiento, optimizaciones de accesibilidad para lectores de pantalla y herramientas para sincronizar metadatos de cabecera de documento y ejecución de scripts a través de transiciones.

    Resets scroll position after navigation while supporting anchor links to maintain standard browser behavior.

    TypeScriptanimationjavascriptpage-transitions
    Ver en GitHub↗5,191
  • fisshy/react-scrollAvatar de fisshy

    fisshy/react-scroll

    4,411Ver en GitHub↗

    react-scroll es una biblioteca para gestionar el comportamiento de desplazamiento suave e inmediato entre elementos de página en aplicaciones React. Funciona como un controlador de scroll del DOM, proporcionando una API declarativa y un conjunto de componentes para animar el viewport hacia elementos objetivo específicos. La biblioteca permite un desplazamiento personalizado al permitir que el viewport se mueva a los elementos objetivo mediante saltos instantáneos o transiciones animadas. Proporciona un sistema para integrar esta lógica de desplazamiento en componentes personalizados utilizando mixins para definir disparadores y objetivos de movimiento específicos. El proyecto cubre la navegación del viewport y las transiciones de enfoque dentro de diseños de aplicaciones de una sola página (SPA), vinculando las acciones del usuario en los componentes de React a posiciones específicas dentro de la página.

    Employs requestAnimationFrame to create fluid, smooth glide effects during viewport transitions.

    JavaScript
    Ver en GitHub↗4,411
  • iamdustan/smoothscrollAvatar de iamdustan

    iamdustan/smoothscroll

    3,826Ver en GitHub↗

    smoothscroll is a browser compatibility library and JavaScript polyfill that provides uniform smooth scrolling behavior across different web browsers. It functions as a frontend animation utility that intercepts standard scroll commands and replaces them with custom animation logic to ensure consistent navigation transitions. The library includes a runtime feature detection tool that identifies native browser support for scroll properties, preventing redundant execution in modern environments. It synchronizes page position updates with the browser display refresh rate to prevent visual stutte

    Provides a JavaScript polyfill that implements smooth scrolling for browsers lacking native CSS support.

    JavaScript
    Ver en GitHub↗3,826
  • sunfusheng/marqueeviewAvatar de sunfusheng

    sunfusheng/MarqueeView

    3,784Ver en GitHub↗

    MarqueeView is an Android custom view library used to create scrolling or flipping text announcements and dynamic text tickers. It functions as a specialized interface component for displaying rotating sequences of messages and interactive notification widgets. The library distinguishes itself through the use of dynamic layout inflation to inject custom resource files at runtime. It manages programmatic animation sequencing for entry and exit transitions and utilizes a callback system to map user touch events on visual elements to specific data indices. The project covers broad capabilities

    Renders data models as animated scrolling or flipping message feeds with customizable transition effects.

    Javamarqueemarqueeview
    Ver en GitHub↗3,784
  • electerious/basicscrollAvatar de electerious

    electerious/basicScroll

    3,607Ver en GitHub↗

    BasicScroll is a standalone scroll-driven animation library that updates CSS custom properties, element styles, and CSS properties dynamically based on absolute or relative viewport scroll positions. It functions as an animation engine designed to build custom parallax scrolling experiences and fluid visual effects on both mobile and desktop viewports. The library supports custom scroll range definitions anchored directly to specific document elements, alongside callback executions that trigger user-defined functions with live progress data and state percentages as the viewport enters or leav

    Synchronises scroll calculations and visual updates with the browser refresh cycle.

    JavaScript
    Ver en GitHub↗3,607
  • malte-wessel/react-custom-scrollbarsAvatar de malte-wessel

    malte-wessel/react-custom-scrollbars

    3,217Ver en GitHub↗

    React custom scrollbars is a user interface component built for React applications that replaces native browser scrollbars with custom-styled tracks and thumbs. It maintains consistent visual appearance across different platforms and browsers while generating matching markup on both server and client environments to support server-side rendering without layout shift. The library provides comprehensive styling options by overriding default track, thumb, and view elements with custom components, CSS classes, or inline styles. It handles layout adjustments by resizing container dimensions dynami

    Schedules visual updates on every frame to synchronise custom thumb positions smoothly with native scroll offsets.

    JavaScriptcustomizablereactscrollbars
    Ver en GitHub↗3,217
  • bedimcode/responsive-portfolio-website-alexaAvatar de bedimcode

    bedimcode/responsive-portfolio-website-Alexa

    2,653Ver en GitHub↗

    Este proyecto es una plantilla de sitio web de portafolio responsivo diseñada para mostrar información de antecedentes profesionales y habilidades. Proporciona un diseño estructurado que se adapta automáticamente a varios tamaños de pantalla, asegurando una experiencia de visualización consistente en dispositivos móviles, tabletas y de escritorio. La plantilla destaca por una arquitectura de diseño mobile-first que prioriza el rendimiento en pantallas pequeñas antes de escalar el contenido para pantallas más grandes. Incluye un componente de cambio de tema integrado que permite a los usuarios alternar entre esquemas de color claros y oscuros, así como una función de navegación de desplazamiento suave que anima las transiciones entre diferentes secciones de la página. La base de código utiliza variables CSS para la gestión de temas y se basa en media queries para manejar los ajustes de diseño. Las preferencias del usuario, como la selección de temas, se gestionan a través de toggles de clase en el cuerpo del documento y se persisten utilizando almacenamiento local.

    Provides fluid viewport transitions between page sections using native smooth scrolling APIs.

    CSSportfolio-websiteresponsive-portfoliowebsite-template
    Ver en GitHub↗2,653
  • bedimcode/portfolio-responsive-completeAvatar de bedimcode

    bedimcode/portfolio-responsive-complete

    1,420Ver en GitHub↗

    Portfolio-responsive-complete is a responsive web portfolio template built with core web languages that adapts automatically to any screen size. It functions as a frontend developer portfolio template, providing a personal showcase site designed with a mobile-first approach. The project incorporates mobile-first fluid layouts that adapt screen structures dynamically across devices, alongside declarative style encapsulation that organizes visual rules into structured stylesheets. It features event-driven DOM manipulation to update interface states dynamically in response to user interactions.

    Glides the viewport smoothly between page sections when anchor links are clicked instead of jumping abruptly.

    SCSSportfolio-websiteresponsive-portfolio-websitewebsite-design
    Ver en GitHub↗1,420
  • adtile/fixed-navAvatar de adtile

    adtile/fixed-nav

    931Ver en 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

    Animates viewport transitions to target sections using hardware-accelerated timing functions for smooth scrolling.

    JavaScript
    Ver en GitHub↗931
  1. Home
  2. User Interface & Experience
  3. Scroll Animations
  4. Smooth Scrolling

Explorar subetiquetas

  • Animated Page-Top Scrolls1 sub-etiquetaSmooth scroll animations to the top of the page triggered by user interaction, with optional audio. **Distinct from Smooth Scrolling:** Distinct from Smooth Scrolling: specifically targets scrolling to the page top with optional audio, not general smooth scrolling.
  • Animation CancellationsMechanisms to immediately halt an active smooth scrolling transition. **Distinct from Smooth Scrolling:** Specifically about stopping a smooth scroll in progress, rather than general scroll-triggered effects.
  • Animation Lifecycle CallbacksHooks triggered at specific points of a smooth scroll animation's lifecycle. **Distinct from Smooth Scrolling:** Focuses on the start/end/cancel lifecycle of the animation rather than just the act of scrolling.
  • Frame-Synchronized Scroll LoopsSchedules visual animation updates on every frame to synchronize custom elements with native scroll offsets. **Distinct from Smooth Scrolling:** Distinct from smooth scrolling: specifically schedules updates frame by frame via requestAnimationFrame to keep custom thumbs aligned with native scroll.
  • Smooth Scroll Components1 sub-etiquetaUI components that abstract smooth viewport animation to target elements. **Distinct from Smooth Scrolling:** Focuses on the component-based wrapper for smooth scrolling rather than the general animation implementation.
  • Transit Duration ControlsSettings for controlling the time it takes to complete a smooth scroll transition. **Distinct from Smooth Scrolling:** Focuses on the duration and speed of the animation rather than the trigger or the fluid movement itself.