trackpad-scroll-emulator
trackpad-scroll-emulator copied to clipboard
Added "handleSize" option for fixed size handle
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.
This looks good. I'll merge your PR once I've tested it, but I'll change the the name of the option to handleHeight
so it's clear the option controls the bar height rather than width.