fix broken links and better dark mode
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<h2>USAGE</h2>
|
||||
<p>You first have to enable the plugin by setting a global <code>data-autoplay</code> value on the impress-div. Then you can change individual <code>data-autoplay</code> values on each <em>step</em> by adding <code>data-autoplay</code> to it. If this value is set to <code>0</code>, there will be no more auto-advancing on this <em>step</em>. The value you enter is time in seconds to switch to the next slide.</p>
|
||||
<h2>EXAMPLE</h2>
|
||||
<p>Note: This only shows part of the HTML. If you want to know how to set up a presentation, I highly recommend you read our <a href="https://github.com/impress/impress.js/GettingStarted.md">Getting Started Guide</a></p>
|
||||
<p>Note: This only shows part of the HTML. If you want to know how to set up a presentation, I highly recommend you read our <a href="https://github.com/impress/impress.js/blob/master/GettingStarted.md">Getting Started Guide</a></p>
|
||||
<pre><code><div id=impress data-autoplay="5">
|
||||
<div class="step" data-autoplay="0">
|
||||
This slide will not auto-advance
|
||||
|
||||
Reference in New Issue
Block a user