TkachenkoArtem / scrollbot

Custom scrollbar using pure javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrollbot

Custom scrollbar using pure javascript

Usage:

include

<script src="scrollbot.js"></script>

And in js

new scrollbot(element,width)

element is the element to be selected and width is the width of the scrollbar

Methods:

.setStyle(scrollbar,scrollbarholder) where scrollbar(object) is used to style the scrollbar and scrollbarholder(object) is used to style the scrollbar holder. .refresh() to recalculate the scrollbar properties incase of height change .onScroll(function) to be executed while scrolling

Demo on Codepen

About

Custom scrollbar using pure javascript

License:MIT License


Languages

Language:HTML 72.0%Language:JavaScript 28.0%