-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
Description
I have the following...
$('#slider-two').movingBoxes({
startPanel : 1,
width : 500,
wrap : false,
panelWidth : .7,
buildNav : true,
navFormatter : function(index, panel){ return panel.find('h2 span').text(); }
});
When I click on the F5 button I don't see the scroll animation.
But when I change the wrap variable to "true" and I click F5, I see the scroll animation run. How do I turn off the default scroll animation when F5 or page is loaded? I like it when I don't see the animation run by default.
Please advice.
thanks!