Files
impress.js/src/plugins/skip
Henrik Ingo f11a01d6fc Add skip plugin
Add class="skip" to a step to cause the step to be skipped when nagivating
with prev() and next(). A goto() to the step will still work.
2017-10-30 17:07:14 +02:00
..
2017-10-30 17:07:14 +02:00
2017-10-30 17:07:14 +02:00

Skip Plugin

Example:

    <!-- This slide is disabled in presentations, when moving with next()
         and prev() commands, but you can still move directly to it, for
         example with a url (anything using goto()). -->
    <div class="step skip">

The skip plugin is a pre-stepleave plugin. It is executed before impress:stepleave event. If the next step also has class="skip" set, it will set the next step to the one after that.

Author

Copyright 2016 Henrik Ingo (@henrikingo) Released under the MIT license.