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) 101 B
import Trigger from "./trigger"; declare const useTrigger: () => Trigger; export default useTrigger;