make it possible to override auto-anim properties per-element
This commit is contained in:
@ -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;">
|
||||
|
Reference in New Issue
Block a user