Skip to content

Disable scroll when refresh (F5) triggered #50

@aguieb

Description

@aguieb

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions