IanLunn/Sequence

Random Start

xoveryoux opened this issue · 4 comments

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

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

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

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: Math.floor(Math.random() * $('#sequence .sequence-slide').length) + 1