impress / impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
http://impress.js.org
MIT License
37.62k stars 6.67k forks source link

Default substep order makes all substeps appear at once #855

Closed treitmayr closed 9 months ago

treitmayr commented 1 year ago

The Substep Plugin documentation states for the default order of substeps:

By default, this plugin reveals substeps in the order in which they appear in the HTML.

However this does not seem to work correctly - when no order is specified, then all substeps appear at once when only the first substep should be visible. This behavior was probably introduced with commit 4c9d2e38aaf1ea038118d4ff6549609df6f1fab3, but I did not test it before that, to be honest. Both going to the next and to the previous substep are affected.

There seems to be a simple fix, which I will provide as a PR.

janishutz commented 1 year ago

PR open, please close the issue

treitmayr commented 1 year ago

Closing issue because PR #856 is going to be merged.