diff options
Diffstat (limited to 'test/background.html')
-rw-r--r-- | test/background.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/test/background.html b/test/background.html index 409d2cc..42689f3 100644 --- a/test/background.html +++ b/test/background.html @@ -19,11 +19,11 @@ <div class="slides"> <section data-background="#00ffff"> - <h2>data-background: #00ff00</h2> + <h2>data-background: #00ffff</h2> </section> - <section data-background="#0000ff"> - <h2>data-background: #0000ff</h2> + <section data-background="#bb00bb"> + <h2>data-background: #bb00bb</h2> </section> <section> @@ -74,7 +74,11 @@ controls: true, progress: true, history: true, - center: true + center: true, + + transition: 'linear', + // transitionSpeed: 'slow', + // backgroundTransition: 'linear' }); </script> |