UNPKG

trigger-animations

Version:

A lightweight animation-on-scroll trigger utility built with **GSAP + ScrollTrigger**. Add animation attributes to your HTML elements and let the script handle the rest.

4 lines (3 loc) 110 B
import { config } from "./types"; declare function slide(element: HTMLElement): config; export default slide;