Created by SFXCode
reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
Slides can be nested inside of each other.
Use the Space key to navigate through all slides.
Nested slides are useful for adding additional detail underneath a high level horizontal slide.
That’s it, time to go back up.
Press ESC to enter the slide overview.
Hold down the alt key ( ctrl in Linux ) and click on any element to zoom towards it using zoom.js. Click again to zoom back out.
(NOTE: Use ctrl + click in Linux.)
Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
package example
object Hello extends Greeting with App {
println(greeting)
}
trait Greeting {
lazy val greeting: String = "hello"
}
Some Footer text ...
package example
object Hello extends Greeting with App {
println(greeting)
}
trait Greeting {
lazy val greeting: String = "hello"
}
Hallo
Compile / paradoxRevealTheme ~= {
_.withTheme(ParadoxRevealTheme.ThemeSky)
.withDefaultTransition(ParadoxRevealTheme.TransitionFade)
.withMathPlugin
}
\[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \\
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0
\end{vmatrix} \]
Hit the next arrow…
... to step through ...
... a fragmented slide
There’s different types of fragments, like:
grow
shrink
fade-out
fade-in-then-out
highlight-red
Set { color=#dddddd }
on a slide to change the background
{ image='image.png' }
{ image='image.png' }
These guys come in two forms, inline: The nice thing about standards is that there are so many to choose from
and block:
“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.”