aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/examples/auto-animate.html48
1 files changed, 25 insertions, 23 deletions
diff --git a/test/examples/auto-animate.html b/test/examples/auto-animate.html
index a70e2d2..c81b949 100644
--- a/test/examples/auto-animate.html
+++ b/test/examples/auto-animate.html
@@ -48,29 +48,31 @@
<p data-id="text-props" style="background: #555; line-height: 3em; letter-spacing: 0.2em;">Line Height & Letter Spacing</p>
</section>
- <section data-auto-animate>
- <h3>Swapping list items</h3>
- <ul>
- <li>One</li>
- <li>Two</li>
- <li>Three</li>
- </ul>
- </section>
- <section data-auto-animate>
- <h3>Swapping list items</h3>
- <ul>
- <li>Two</li>
- <li>One</li>
- <li>Three</li>
- </ul>
- </section>
- <section data-auto-animate>
- <h3>Swapping list items</h3>
- <ul>
- <li>Two</li>
- <li>Three</li>
- <li>One</li>
- </ul>
+ <section>
+ <section data-auto-animate>
+ <h3>Swapping list items</h3>
+ <ul>
+ <li>One</li>
+ <li>Two</li>
+ <li>Three</li>
+ </ul>
+ </section>
+ <section data-auto-animate>
+ <h3>Swapping list items</h3>
+ <ul>
+ <li>Two</li>
+ <li>One</li>
+ <li>Three</li>
+ </ul>
+ </section>
+ <section data-auto-animate>
+ <h3>Swapping list items</h3>
+ <ul>
+ <li>Two</li>
+ <li>Three</li>
+ <li>One</li>
+ </ul>
+ </section>
</section>
<section data-auto-animate style="height: 600px">