I am trying to configure reveal.js slides to move from right to left continuously.
This is how my current configuration looks like:
Reveal.initialize({
hash: true,
keyboard: true,
loop: true,
rtl: false,
controlsBackArrows: 'visible',
navigationMode: 'default'
What I am looking for is to make the Last slide loop to the 1st slide from Right to Left. i.e Continous Horizontal Sliding. A good example is given by this fullpage.js extension but I don't want to use fullpage.js continuous-horizontal
thank you