There was an error while loading. Please reload this page.
Scroll to a y position
options object:
scrollToY({ el: document, offset: 1000, duration: 250, easing: "linear" });
scrollToY({ el: document.getElementById("scroll_div"), offset: getOffset(document.getElementById("scrollable_content_bottom")).top, duration: 500, easing: "easeInOut", onComplete: function(){ console.log("complete!"); } });