getScroll

return current state of scroller

number getScroll();
numberposition of scroller

Example

var x = scroll.getScroll();

Back to top