UNPKG

animex

Version:

Modern animation-on-scroll library with optional GSAP support

12 lines (9 loc) 260 B
import "../dist/animex.min.css"; import { init, refresh } from "../dist/animex.min.js"; const AnimeX = { init, refresh }; export { init, refresh }; export default AnimeX; // CommonJS fallback if (typeof module !== "undefined") { module.exports = AnimeX; }