delay
Alfazo opened this issue · 5 comments
Alfazo commented
Hi,
is there any way to make a delay on the "next/previous" animation, like in anythingSlider?
I tried adding a delay to line 343 of the movingboxes.js, but to no avail.
Mottie commented
You need a delay before animation?
Alfazo commented
Yeah, I'm using beforeAnimation to call a scrolltop, which will move the page vertically before moving the slideshow horizontally. In anythingSlider, setting the 'delay' option to the same value as the scrolltop, which is the effect I'm trying to replicate with movingboxes.
Mottie commented
Ok, I'll look into adding this option.
Alfazo commented
Awesome, cheers!
Mottie commented
I added a delay option named delayBeforeAnimate
in version 2.3. Sorry for taking so long to get this done!