All Projects → demux → Sublime Scroll

demux / Sublime Scroll

Licence: mit
If you're using react, check out https://github.com/demux/react-minimap

Programming Languages

livescript
113 projects

sublime-scroll

"Sublime Text 2"-style scroll bars. Renders a visual scroll bar on right side of the webpage using css scaling.

Working demo: http://django.is

django.is screenshot

Installation

###Requires:

Settings:

Option: Type: Value: Default:
top int 0
bottom int 0
fixedElements string List of css selectors seperated by comma ''
scrollWidth int 150
scrollHeight int function() {
return $(window).height() - this.getTop() - this.getBottom();
}
contentWidth int function() {return $(document).outerWidth(true);}
contentHeight int function() {return $(document).outerHeight(true);}
minWidth int null

NOTE: Any setting can be a function. I order to access other settings within a setting, use setting getters i.e. this.getContentWidth() or this.getAnyCamelCaseSetting()

See example.html for example code.

License:

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].