So, jScrollPane is awesome. Very awesome. It has a whole ton of options and API calls one could make to customize the hell out of it. I'm currently using it to scroll some content on my page and would like to use scrollToElement to position my selected id element in the center. Unfortunately, that's not a param I can pass to scrollToElement. It currently only allows (elem, stickToTop, animate).
Has anyone extended the plugin to allow a stickToCenter param? Trying to save myself time here by not recreating something someone might have already done.
Thanks in advance!