make it possible to override auto-anim properties per-element

This commit is contained in:
Hakim El Hattab
2020-02-09 09:28:34 +01:00
parent e45626d6bd
commit 1c62b808ad
2 changed files with 60 additions and 38 deletions

View File

@ -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;">