I'm just trying to scroll to a specific DOM element or absolute position in my browser window, and it's not working. Here's my code:
$(window)._scrollable();
$('#scene_01_down').click(function(){
$(window).scrollTo(2000,1000);
});
and here's the documentation for the plugin: