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) 134 B
declare class Trigger { constructor(config: { duration?: number; ease?: string; }); } export default Trigger;