On your demo install .... one the page loads all is fine. Move the mouse or scroll down then go back up to the top ... the slider performs strangely.
Sometimes a slide will go by real fast. Sometimes it flashes to white and the same slide is visible then it repeats that.
Thanks for the fix!
It also acts quite strangely on a phone!
Thanks!
We see the problem.
Thanks for your feed back. We will fix it
Regards,
Hi,
Please go to the file script.js and the search #back-top Replace the js with this one:
$('#back-top').click(function(event) {
event.preventDefault();
$('body').stop().animate({
scrollTop : 0
}, 1500, 'easeInOutExpo');
});