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) 164 B
import { scrollTriggerConfig } from "./types"; declare function commonScrollTrigger(element: HTMLElement): scrollTriggerConfig; export default commonScrollTrigger;