This feature still in beta, may have some issues.
For details please visit:
https://github.com/hakimel/reveal.js/
You can use URL query
or slideOptions
of the YAML metadata to customize your slides.
---
Is the divider of slides
----
Is the divider of branches
Use the Space key to navigate through all slides.
Nested slides are useful for adding additional detail underneath a high-level horizontal slide.
Press ESC to enter the slide overview.
Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
<!-- .element: class="fragment" data-fragment-index="1" -->
Is the fragment syntax
Hit the next arrow…
… to step through …
… a fragmented slide.
There are different types of fragments, like:
grow
shrink
fade-out
fade-up (also down, left and right!)
current-visible
Highlight red blue green
Different background transitions are available via the transition option. This one’s called “zoom”.
<!-- .slide: data-transition="zoom" -->
Is the transition syntax
You can use:
none/fade/slide/convex/concave/zoom
<!-- .slide: data-transition="fade-in convex-out" -->
Also, you can set different in/out transition
You can use:
none/fade/slide/convex/concave/zoom
postfix with -in
or -out
<!-- .slide: data-transition-speed="fast" -->
Custom the transition speed!
You can use:
default/fast/slow
reveal.js comes with a few themes built in:
Black (default) - White - League - Sky - Beige - Simple
Serif - Blood - Night - Moon - Solarized
It can be set in YAML slideOptions
<!-- .slide: data-background="#1A237E" -->
Is the background syntax
<!-- .slide: data-background="image.png"-->
<!-- .slide: data-background="image.png" data-background-repeat="repeat" data-background-size="100px" -->
<!-- .slide: data-background-video="video.mp4,video.webm" -->
function linkify( selector ) {
if( supports3DTransforms ) {
const nodes = document.querySelectorAll( selector );
for( const i = 0, len = nodes.length; i < len; i++ ) {
var node = nodes[i];
if( !node.className ) {
node.className += ' roll';
}
}
}
}
Code syntax highlighting courtesy of highlight.js.
Item | Value | Quantity |
---|---|---|
Apples | $1 | 7 |
Lemonade | $2 | 18 |
Bread | $3 | 2 |
“For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.”
You can link between slides internally, like this.
There’s a speaker view. It includes a timer, preview of the upcoming slide as well as your speaker notes.
Press the S key to try it out.
Press B
or .
on your keyboard to pause the presentation. This is helpful when you’re on stage and want to take distracting slides off the screen.
Down below you can find a print icon.
After you click on it, use the print function of your browser (either CTRL+P or cmd+P) to print the slides as PDF. See official reveal.js instructions for details