diff --git a/src/sly.js b/src/sly.js index 78e8537..b31137d 100644 --- a/src/sly.js +++ b/src/sly.js @@ -593,7 +593,7 @@ } if (item === undefined) { - slideTo(pos[location]); + slideTo(pos[location], immediate); } else { // You can't align items to sides of the frame // when centered navigation type is enabled