Skip to content

Synthetic scrollbar with transparent track and style-able knob

Notifications You must be signed in to change notification settings

websemantics/vscode-scrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

┌─────────────────────────────────────────────────────┬─┬───────────────────────┐
│  ╭─╮╭─╮┬─╮╭─╮┬  ┬  ╭─╮┬─╮                           │ │                       │
│  ╰─╮│  ├┬╯│ ││  │  ├┤ ├┬╯                           ▐█▊                       │
│  ╰─╯╰─╯┴╰─╰─╯┴─╯┴─╯╰─╯┴╰─                           ▐█▊ ◀─ Knob               │
│                                                     ▐█▊                       │
│                           Horizontal Orientation    │ │                       │
│                                    │                │ │ ◀─ Transparent Track  │
│                                    ▼                │ │                       │
├──────────────────────────▄▄▄▄▄▄▄▄▄▄▄▄───────────────┤ │                       │
└──────────────────────────▀▀▀▀▀▀▀▀▀▀▀▀───────────────┴─┴───────────────────────┘

Synthetic scrollbar with transparent track and style-able knob, Visual Stuido Code style.

Live demo

Usage

Consider the following markup

<main class="container">
    <div id="content"></div>
</main>

And the following style,

#content {
    width: 2000px;
    height: 2000px;
}

To enable the Vscode-style scroller to manager such a large content element, import the javascript / css files of this project into a new html page then create an instance of the Scroller class (see Demo)

const scroller = new Scroller(document.querySelector('.container'))

window.onresize = () => {
    scroller.resize()
}

To adjust the knob size, attach the resize method of the Scroller instance with window resize event as show above.

That's all, enjoy!

Support

Need help or have a question? post a questions at StackOverflow

Please don't use the issue trackers for support/questions.

Contributions

We are more than happy to accept external contributions to the project in the form of feedback, bug reports and even better - pull requests :)

Copyright and license

MIT license Copyright (c) Web Semantics, Inc.

About

Synthetic scrollbar with transparent track and style-able knob

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published