Slide content is simple HTML.
One for slide styles and one for deck transitions.
Add extra functionality to your deck, or leave it stripped down.
Slides are just HTML elements with a class of slide
.
<section class='slide'>
<h2>How to Make a Deck</h2>
<ol>
<li>
<h3>Write Slides</h3>
<p>Slide content is simple HTML.</p>
</li>
<li>
<h3>Choose Themes</h3>
<p>One for slide styles and one for deck transitions.</p>
</li>
<li>
<h3>Include Extensions</h3>
<p>Add extra functionality to your deck, or leave it stripped down.</p>
</li>
</ol>
</section>
Customizes the colors, typography, and layout of slide content.
<link rel='stylesheet' href='/path/to/css/style-theme.css'>
Defines transitions between slides using CSS3 transitions. Less capable browsers fall back to cutaways. But you aren’t using those browsers to give your presentations, are you?
<link rel='stylesheet' href='/path/to/css/transition-theme.css'>
Core gives you basic slide functionality with left and right arrow navigation, but you may want more. Here are the ones included in this deck:
Each extension folder in the download package contains the necessary JavaScript, CSS, and HTML files. For a complete list of extension modules included in deck.js, check out the documentation.
To be done
If you want to learn about making your own themes, extending deck.js, and more, check out the documentation.
/
#