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.

8 lines (7 loc) 184 B
import Trigger from "./trigger"; const useTrigger = () => { const trigger = new Trigger(); console.log('trigger: ', trigger); return trigger; }; export default useTrigger;