aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-02-09 09:28:34 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-02-09 09:28:34 +0100
commit1c62b808ade1892982a1a3c4bbbc10d80b50643e (patch)
tree908a8712931a8b1a62bec231c83ad6ab3fad02ec /test
parente45626d6bde97735516b6d31bff08172126df7d3 (diff)
downloadfosdem-2021-minimalism-presentation-1c62b808ade1892982a1a3c4bbbc10d80b50643e.tar
fosdem-2021-minimalism-presentation-1c62b808ade1892982a1a3c4bbbc10d80b50643e.tar.gz
make it possible to override auto-anim properties per-element
Diffstat (limited to 'test')
-rw-r--r--test/examples/auto-animate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/auto-animate.html b/test/examples/auto-animate.html
index b8fca80..7603ecb 100644
--- a/test/examples/auto-animate.html
+++ b/test/examples/auto-animate.html
@@ -30,7 +30,7 @@ function Example() {
</code></pre>
</section>
<section data-auto-animate data-auto-animate-unmatched="fade">
- <h3>Auto-Matched Content (no IDs)</h3>
+ <h3 data-auto-animate-delay="1">Auto-Matched Content (no IDs)</h3>
<p style="opacity: 0.2; margin-top: 200px;">This will fade out</p>
<p>This element is unmatched</p>
<img src="assets/image1.png" style="height: 100px;">