UNPKG

gsap-dattebayo

Version:

The ultimate GSAP-powered scroll animation library - Simple as AOS, powerful as GSAP. Modern animations for 2025-2026 web trends.

10 lines (8 loc) 182 B
/** * Utilities module * Export all utility functions */ export * from './defaults'; export * from './gsap-config'; export * from './data-attributes'; export * from './helpers';