serialScroll Auto Load

serialScroll Auto Load

Hi,

I've been using serialScroll for a project to display portfolio items.  It works great, except I want to be able to load the pane at a specified item without the scrollTo animation.   The plugin provides a "start" setting which does allow the slideshow to shuffle to that element.. however I want that element to just "be loaded" when the page comes up.. and I'm kinda a bit stuck at this point as to how I achieve that.

Has anyone any experience of this plug that could help?

C

  1. $('#slideshow_portfolio').serialScroll({
                items:'li',
                prev:'#work_prev',
                next:'#work_next',
                offset:0,
                start:2, // i set this dynamically according to the url
                duration:0,
                force:true,
                stop:true,
                cycle:false,
                easing:'easeOutQuart',
                jump: true











  2. });