Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
decorators First Commit há 3 anos
dist First Commit há 3 anos
events First Commit há 3 anos
geometry First Commit há 3 anos
interfaces First Commit há 3 anos
node_modules/core-js First Commit há 3 anos
plugins/overscroll First Commit há 3 anos
scrolling First Commit há 3 anos
src First Commit há 3 anos
track First Commit há 3 anos
utils First Commit há 3 anos
CHANGELOG.md First Commit há 3 anos
LICENSE First Commit há 3 anos
README.md First Commit há 3 anos
index.d.ts First Commit há 3 anos
index.js First Commit há 3 anos
index.js.map First Commit há 3 anos
options.d.ts First Commit há 3 anos
options.js First Commit há 3 anos
options.js.map First Commit há 3 anos
package.json First Commit há 3 anos
plugin.d.ts First Commit há 3 anos
plugin.js First Commit há 3 anos
plugin.js.map First Commit há 3 anos
polyfills.d.ts First Commit há 3 anos
polyfills.js First Commit há 3 anos
polyfills.js.map First Commit há 3 anos
scrollbar.d.ts First Commit há 3 anos
scrollbar.js First Commit há 3 anos
scrollbar.js.map First Commit há 3 anos
style.d.ts First Commit há 3 anos
style.js First Commit há 3 anos
style.js.map First Commit há 3 anos

README.md

Smooth Scrollbar

npm monthly downloads core size gzip size Build status

Customizable, Flexible, and High Performance Scrollbars!

Installation

⚠️ DO NOT use custom scrollbars unless you know what you are doing. Read more

Via NPM (recommended):

npm install smooth-scrollbar --save

Via Bower:

bower install smooth-scrollbar --save

Browser Compatibility

Browser Version
IE 10+
Chrome 22+
Firefox 16+
Safari 8+
Android Browser 4+
Chrome for Android 32+
iOS Safari 7+

Demo

https://idiotwu.github.io/smooth-scrollbar/

Usage

Since this package has a pkg.module field, it’s highly recommended to import it as an ES6 module with some bundlers like webpack or rollup:

import Scrollbar from 'smooth-scrollbar';

Scrollbar.init(document.querySelector('#my-scrollbar'));

If you are not using any bundlers, you can just load the UMD bundle:

<script src="dist/smooth-scrollbar.js"></script>

<script>
  var Scrollbar = window.Scrollbar;

  Scrollbar.init(document.querySelector('#my-scrollbar'));
</script>

Documentation

latest 7.x

Who’s Using It

  • conference.awwwards.com: Awwwards Conference - An Event for UX / UI Designers and Web Developers.
  • lp.anzi.kr: Listeners Playlist.
  • Matter: A new and better way to grow your professional skills.
  • Feel free to add yours here 🤗.

License

MIT