SkillAgentSearch skills...

Horwheel

Scroll horizontally with mouse wheel.

Install / Use

/learn @pazguille/Horwheel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Horwheel

NPM version License Dependency status devDependency status downloads

Scroll horizontally with mouse wheel.

Installation

$ npm install horwheel

$ bower install horwheel

Also is available on cdnjs (coming soon)

  <script src="https://cdnjs.cloudflare.com/ajax/libs/horwheel/1.0.0/horwheel.min.js"></script>

Usage

First, require horwheel:

const horwheel = require('horwheel');

Then, define your wrapper:

const wrapper = document.querySelector('#wrapper');

Finally, execute horwheel function with wrapper parameter:

horwheel(wrapper);

Usage

Browser Support

  • Chrome (OS X, Windows)
  • Firefox (OS X, Windows)
  • Opera (OS X, Windows)
  • Safari (OS X, Windows)
  • IE10+

With :heart: by

License

MIT license. Copyright © 2016.

Related Skills

View on GitHub
GitHub Stars174
CategoryDevelopment
Updated20d ago
Forks28

Languages

HTML

Security Score

95/100

Audited on Mar 14, 2026

No findings