impress.js-progress icon indicating copy to clipboard operation
impress.js-progress copied to clipboard

progress bar only working on 1 slide

Open soupdiver opened this issue 11 years ago • 1 comments

Hey, I was trying to use the progress bar in my presentation but I'm not able to get it working. All my slides have the same data-x and data-y coordinates. I'm just changing the data-z attribute. When putting the div's on my first slide the progress bar works. But when adding the progress bar to more slides it is just empty and also no slide numbers are displayed. I've played a little with it and it seems the first progress bar I added get updated but how do I put it on the other slides?

Felix

soupdiver avatar May 14 '13 14:05 soupdiver

Hi,

I don't think this bar is designed to be added multiple times. I've added like this:

<div id="impress">
   ...
</div>
<div class="progressbar"><div></div></div>

so one global instead of multiple on each slide.

dawikur avatar May 25 '15 07:05 dawikur