Skip to content
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

Random Start #263

Open
xoveryoux opened this issue Apr 15, 2015 · 4 comments
Open

Random Start #263

xoveryoux opened this issue Apr 15, 2015 · 4 comments

Comments

@xoveryoux
Copy link

Hi, I can set the order of the slides as random?

I sought this information in the documentation, but not found.

@IanLunn
Copy link
Owner

IanLunn commented Apr 17, 2015

Unfortunately this isn't an option. I'll consider it for a future version of Sequence v2. +1s welcome.

@IanLunn IanLunn added this to the Future milestone Apr 17, 2015
@IanLunn IanLunn modified the milestones: Under Consideration, Future Aug 5, 2015
@andrepereiradasilva
Copy link

+1

@thebigpapi
Copy link

This is the only feature this is missing :(

@siebird
Copy link

siebird commented Jun 11, 2019

I just got this working using the startingStepIdoption and getting the total number of slides using the length property in JS.

startingStepId: Math.floor(Math.random() * $('#sequence .sequence-slide').length) + 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants