Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Fixed wrong usage of data-next-slide-indexh in demo (was `[data-nex…
Browse files Browse the repository at this point in the history
…t-slide-idx]`)
  • Loading branch information
rparree committed May 24, 2020
1 parent 5a6e6d4 commit ac6b0fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webyarns-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ <h1>Next slide is right only</h1>
<section>
<h1>Previous was right only</h1>
</section>
<section data-next-slide-idx="1">
<h2>This one has a <code>data-next-slide-idx=1</code></h2>
<section data-next-slide-indexh="1">
<h2>This one has a <code>data-next-slide-indexh=1</code></h2>
</section>
<section data-auto-move-to="1" data-auto-move-time-sec="5">
<h2>Slide will move automatically move</h2>
Expand All @@ -69,6 +69,7 @@ <h1>End</h1>
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({

dependencies: [
{ src: 'webyarns/lib/webyarn-plugin.js' },
{ src: 'plugin/markdown/marked.js' },
Expand Down

0 comments on commit ac6b0fc

Please sign in to comment.