-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delay #80
Comments
You need a delay before animation? |
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. |
Ok, I'll look into adding this option. |
Awesome, cheers! |
I added a delay option named |
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.
The text was updated successfully, but these errors were encountered: