We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I can set the order of the slides as random?
I sought this information in the documentation, but not found.
The text was updated successfully, but these errors were encountered:
Unfortunately this isn't an option. I'll consider it for a future version of Sequence v2. +1s welcome.
Sorry, something went wrong.
+1
This is the only feature this is missing :(
I just got this working using the startingStepIdoption and getting the total number of slides using the length property in JS.
startingStepId
length
startingStepId: Math.floor(Math.random() * $('#sequence .sequence-slide').length) + 1
No branches or pull requests
Hi, I can set the order of the slides as random?
I sought this information in the documentation, but not found.
The text was updated successfully, but these errors were encountered: