additional background test
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 30 Jun 2013 01:36:11 +0000 (21:36 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 30 Jun 2013 01:36:11 +0000 (21:36 -0400)
test/background.html

index 9d6a147c5cd42ef0f98c139cd4468ba5355610ff..da2b947673d7f5cc31339ceaed0b0d8f9077cd03 100644 (file)
                                        </section>
                                </section>
 
-                               <section data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
+                               <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
                                        <h2>Background image</h2>
                                </section>
 
+                               <section>
+                                       <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
+                                               <h2>Background image</h2>
+                                       </section>
+                                       <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
+                                               <h2>Background image</h2>
+                                       </section>
+                               </section>
+
                                <section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat" data-background-color="#111" style="background: rgba(255,255,255,0.9)">
                                        <h2>Background image</h2>
                                        <pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre>