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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jquery avatar

jquery/jquery-mousewheel

0
View on GitHub↗
3,916 stars·1,640 forks·JavaScript·4 vues

Jquery Mousewheel

Il s'agit d'un plugin jQuery qui agit comme un normalisateur d'événements inter-navigateurs pour le mouvement de la molette de la souris. Il standardise la gestion des événements de molette de souris et les valeurs delta de défilement à travers différents navigateurs web pour fournir une interface prévisible pour les applications web.

L'utilitaire convertit les incréments de défilement spécifiques au matériel en valeurs entières cohérentes. Ce processus résout les incohérences dans la façon dont divers navigateurs rapportent le mouvement, garantissant que la distance de défilement et les signaux d'entrée sont unifiés en un format unique.

Le projet couvre la gestion du défilement inter-navigateurs et la standardisation des entrées web. Il permet le calcul de la distance de défilement brute et l'implémentation d'interactions de défilement personnalisées en normalisant les événements de molette et les deltas.

Features

  • Cross-Browser Scroll Normalization - Standardizes mouse wheel movement across different web browsers to ensure a consistent user experience.
  • Cross-Browser Interaction Normalization - Provides a system to ensure consistent input behavior and event reporting across different web browsers.
  • Delta Standardizers - Converts hardware-specific scroll increments into consistent whole-number values for predictable scrolling.
  • Mouse Wheel Mapping - Translates inconsistent mouse wheel inputs into standardized scrolling coordinates for consistent cross-platform behavior.
  • Event Normalizers - Unifies mouse wheel interaction data into a single interface to resolve browser inconsistencies.
  • jQuery Plugins - Implemented as a jQuery plugin to extend the library with unified event normalization.
  • Custom Scroll Interfaces - Enables precise control over how a webpage responds to mouse wheel inputs for custom scrolling behavior.
  • Scroll Distance Calculators - Determines actual travel distance by applying scaling factors to normalized movement values.
  • Input Signal Standardization - Converts varied hardware scroll signals into consistent values to prevent erratic movement.
  • Slider - Listed in the “Slider” section of the Awesome Frontend awesome list.

Historique des stars

Graphique de l'historique des stars pour jquery/jquery-mousewheelGraphique de l'historique des stars pour jquery/jquery-mousewheel

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Jquery Mousewheel

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Jquery Mousewheel.
  • malihu/malihu-custom-scrollbar-pluginAvatar de malihu

    malihu/malihu-custom-scrollbar-plugin

    4,082Voir sur GitHub↗

    This project is a jQuery plugin that replaces native browser scrollbars with themed, customizable versions supporting both vertical and horizontal axes. It provides a navigation layer designed to ensure unified scrolling behavior across mouse, keyboard, and touch-enabled devices. The plugin allows for the modification of scrollbar rails and draggers using CSS and pre-set themes to maintain cross-browser UI consistency. It enables control over the physical feel of navigation through adjustable momentum, snapping, and mouse-wheel acceleration. The system includes capabilities for programmatic

    JavaScript
    Voir sur GitHub↗4,082
  • ustbhuangyi/better-scrollAvatar de ustbhuangyi

    ustbhuangyi/better-scroll

    16,489Voir sur 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

    TypeScriptbetter-performanceiosiscroll
    Voir sur GitHub↗16,489
  • davatron5000/fittext.jsAvatar de davatron5000

    davatron5000/FitText.js

    6,717Voir sur GitHub↗

    FitText.js is a jQuery plugin that scales headline text proportionally to its parent container's width, enabling fluid, responsive typography. It functions as a fluid headline text resizer and responsive typography tool, inflating web type by resizing text based on container dimensions with configurable compression. The plugin distinguishes itself through precise control over the scaling behavior. It includes a compressor factor for tuning how aggressively text size responds to container width changes, and provides min-max clamping to enforce lower and upper pixel bounds on the computed font

    HTML
    Voir sur GitHub↗6,717
  • briangonzalez/jquery.adaptive-backgrounds.jsAvatar de briangonzalez

    briangonzalez/jquery.adaptive-backgrounds.js

    6,542Voir sur GitHub↗

    This is a jQuery plugin that extracts the dominant color from an image or CSS background image and applies it as a background color on a target element. It uses canvas-based pixel analysis with an RGB quantization algorithm to identify the most prominent color, then injects that color as an inline CSS background-color style. The plugin automatically normalizes text contrast by calculating the relative luminance of the extracted color and toggling between dark and light text to maintain readability. It includes an image preloading pipeline to ensure pixel data is available synchronously from t

    JavaScript
    Voir sur GitHub↗6,542
Voir les 30 alternatives à Jquery Mousewheel→

Questions fréquentes

Que fait jquery/jquery-mousewheel ?

Il s'agit d'un plugin jQuery qui agit comme un normalisateur d'événements inter-navigateurs pour le mouvement de la molette de la souris. Il standardise la gestion des événements de molette de souris et les valeurs delta de défilement à travers différents navigateurs web pour fournir une interface prévisible pour les applications web.

Quelles sont les fonctionnalités principales de jquery/jquery-mousewheel ?

Les fonctionnalités principales de jquery/jquery-mousewheel sont : Cross-Browser Scroll Normalization, Cross-Browser Interaction Normalization, Delta Standardizers, Mouse Wheel Mapping, Event Normalizers, jQuery Plugins, Custom Scroll Interfaces, Scroll Distance Calculators.

Quelles sont les alternatives open-source à jquery/jquery-mousewheel ?

Les alternatives open-source à jquery/jquery-mousewheel incluent : malihu/malihu-custom-scrollbar-plugin — This project is a jQuery plugin that replaces native browser scrollbars with themed, customizable versions supporting… ustbhuangyi/better-scroll — Better-scroll is a JavaScript scroll library and touch interaction engine designed to create high-performance… ducksboard/gridster.js — Gridster.js is a jQuery plugin that turns page elements into a draggable, resizable grid layout. It provides a… briangonzalez/jquery.adaptive-backgrounds.js — This is a jQuery plugin that extracts the dominant color from an image or CSS background image and applies it as a… davidstutz/bootstrap-multiselect — This project is a Bootstrap jQuery plugin that transforms standard HTML select elements into interactive dropdown… crowdint/rails3-jquery-autocomplete — This project provides a Ruby on Rails plugin that integrates real-time, database-backed search suggestions into web…