UNPKG

@vkm-js/animate

Version:

An Alpinejs to animate things with Intersection Observer.

6 lines (4 loc) 128 B
import animate from '../src/index.js'; document.addEventListener('alpine:init', () => { window.Alpine.plugin(animate); });