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