Progress bar hidden after 2nd Reveal.configure() #3547
Closed
BitEater21
started this conversation in
General
Replies: 1 comment
-
I was able to fix it by using .destroy() and .initialize() each time... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to reveal.js and added it to my project now.
I introduced a class for controlling the presentations which are dynamically loaded. At beginning I initialize it and then it is configured each time.
When the class is first initialized, this is done with
Reveal.initialize(this.#configInitial);
and after that I am switching betweenReveal.configure(this.#configInactive);
andReveal.configure(this.#configActive);
.Unfortunately after starting my 2nd presentation, the progress bar is not visible any more.
Do you have any hints?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions