-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
Description
Hello!
i try to add some more panels before the first slide
completed : function(){
//back button click
if ( $('div.node:first').hasClass('current') ){
ListOfMyPanels.prepend(NewPanels);
};
}but movingboxes need to recalculate:
base.totalPanels
and curPanel=curPanel+quanity of new items.
new pannels add, but then its scrolling right to current panel
how can i remove these scroll?