trackpad-scroll-emulator icon indicating copy to clipboard operation
trackpad-scroll-emulator copied to clipboard

A jQuery plugin that emulates OSX trackpad-style scrollbars in any browser or platform.

Results 12 trackpad-scroll-emulator issues
Sort by recently updated
recently updated
newest added

Sometimes you may have hidden elements nested inside visible elements or dynamically loaded elements with hidden elements. Ocassionally it causes the browser to return a zero height of the .tse-content...

How do we retrieve the top position while scrolling? Thanks!

sometimes with firefox : if .tse-content has a lot of nested elements and *{box-sizing: border-box;} jQuery will not return return the width correctly and ends up showing 10px of the...

Added the ability to pass a callback that will be called when end of scroll position is reached

Would you like help maintaining this library? I'm using this library in an Ember.js addon and I want to make sure it doesn't go unmaintained as antiscroll did. Let me...

The `horizontal` should be added to to the `tse-scrollable` element, not the `tse-content` element.

Added plugin option handleSize (defaults to undefined for API compatibility). When is not empty (greater than 0), size of the handle is equal this option. Draging calculations changed as well.