Skip to main content

Transitions

There is a built-in engine for transitions between slides in RevealJS

.slide

# Hey, I am blue <!-- .element: style="color:blue" -->

---
<!-- .slide: data-transition="zoom" -->

# Hey, I am red <!-- .element: style="color:red" -->

here on the next slide we have a line, that specifies the transition type

Full list

NameEffect
noneSwitch backgrounds instantly
fadeCross fade — default for background transitions
slideSlide between backgrounds — default for slide transitions
convexSlide at a convex angle
concaveSlide at a concave angle
zoomScale the incoming slide up so it grows in from the center of the screen
tip

You can define you own transitions within style HTML tag. See the documentation on RevealJS