Closed robinknaapen closed 9 years ago
Congratulations, you actually found a bug.
For now you can fix it by setting interruptible to false, but I'll look into fixing the actual bug.
that fixed the issue thanks. if this bug is resolved i would like to hear so. it will be much nicer if interruptions are possible.
Should be fixed in the commit i just pushed.
Just download the latest version here from github https://github.com/webbiesdk/SudoSlider/archive/master.zip to get the fixed version.
hooray thanx for the great support and fast fix
You're welcome.
Hi there, used sudo slider because its very nice. i wanted to enable history so i did... (duh), but when i navigate through pages the effects are gone. weird thing is when i go back (with the history) the page slides smoothly.
TL;DR
forward animation broken when history is enabled, backward animation still works when history is enabled
this is the config i use
$("#slider").sudoSlider({ ajax: [ 'pages/home.php', 'pages/beheer.php', 'pages/consultancy.php', 'pages/datacenter.php', 'pages/netwerkOntwerp.php', 'pages/voip.php' ], effect:"slide", history:true, customLink:'.link', prevNext: false, speed:500, interruptible:true, responsive:false, numericText:['Home', 'Beheer', 'Consultancy', 'Datacenter', 'NetwerkOntwerp', 'Voip'] });