Random Start
xoveryoux opened this issue · 4 comments
xoveryoux commented
Hi, I can set the order of the slides as random?
I sought this information in the documentation, but not found.
IanLunn commented
Unfortunately this isn't an option. I'll consider it for a future version of Sequence v2. +1s welcome.
andrepereiradasilva commented
+1
thebigpapi commented
This is the only feature this is missing :(
siebird commented
I just got this working using the startingStepId
option and getting the total number of slides using the length
property in JS.
startingStepId: Math.floor(Math.random() * $('#sequence .sequence-slide').length) + 1