nuxt-gsap icon indicating copy to clipboard operation
nuxt-gsap copied to clipboard

GSAP module for Nuxt.

Results 2 nuxt-gsap issues
Sort by recently updated
recently updated
newest added

Is it compatible with Nuxtjs 3?

feature-request

### Steps to Reproduce 1. `const { $ScrollTrigger } = useNuxtApp();` 2. try to use it ` $ScrollTrigger.normalizeScroll(true); ` ### Current Behavior I get this error when I try to...