From 1aaec8574481e870e12e48611400291501fc2157 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 5 Nov 2014 12:27:57 +0100 Subject: [PATCH] update background color/image example slides --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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".