Auto-slide paused by default? #3125
Answered
by
hakimel
jaybonthius
asked this question in
Q&A
-
Is there a way to set |
Beta Was this translation helpful? Give feedback.
Answered by
hakimel
Feb 7, 2022
Replies: 1 comment
-
Reveal.initialize().then( () => {
Reveal.configure({ autoSlide: 10000 });
Reveal.toggleAutoSlide( false );
} ); That will wait until reveal.js ready before enabling and immediately pausing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hakimel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That will wait until reveal.js ready before enabling and immediately pausing
autoSlide
. Hope it helps!