presentazione-papero/js
Jens Lechtenbörger d2dff6a821 Fix target for click on progress bar
The progress bar shows how many slides have been passed in total.
However, when clicking on the progress bar, the target slide is
computed among the subset of /horizontal/ slides.  Thus, when the new
slide is displayed, the progress bar has usually changed to a point
that is unrelated to the clicked one, which I find surprising.

With this change, the target slide is computed from the number of
total slides.  Thus, after a click on the progress bar, the resulting
progress is close to the clicked point, which seems more natural to
me.
2020-11-08 17:39:04 +01:00
..
components tweaks and comments 2020-04-06 10:39:48 +02:00
controllers Fix target for click on progress bar 2020-11-08 17:39:04 +01:00
utils don't write '#/' to url on first slide, remove history api feature detection 2020-06-02 09:08:00 +02:00
config.js add support for data-visibility=hidden 2020-06-02 13:47:34 +02:00
index.js Reveal.configure() now works pre-initialization 2020-05-27 15:34:12 +02:00
reveal.js v4.1.0 2020-10-12 11:38:26 +02:00