|
|
|
|
|
by croshan
1482 days ago
|
|
A little bit about how it works (from their docs)[0]: > AutoAnimate is fundamentally a single function — autoAnimate — that accepts a parent element. Automatic animations will be applied to the parent element and its immediate children. Animations are specifically triggered when one of three events occurs: > A child is added in the DOM. > A child is removed in the DOM. > A child is moved in the DOM. [0]: https://auto-animate.formkit.com/ |
|