diff --git a/index.html b/index.html index b347212..0fca2cb 100644 --- a/index.html +++ b/index.html @@ -238,25 +238,25 @@ Reveal.addEventListener( 'customevent', function() { Down arrow -
+

Image Backgrounds

<section data-background="image.png">
-
+

Repeated Image Backgrounds

<section data-background="image.png" data-background-repeat="repeat" data-background-size="100px">
-
+

Background Transitions

- Pass reveal.js the backgroundTransition: 'slide' config argument to make backgrounds slide rather than fade. + Different background transitions are available via the backgroundTransition option. This one's called "zoom".

-
-

Background Transition Override

+
+

Background Transitions

You can override background transitions per slide by using data-background-transition="slide".