modules icon indicating copy to clipboard operation
modules copied to clipboard

Nuxt GSAP Module

Open giticon opened this issue 4 years ago • 2 comments

https://github.com/ivodolenc/nuxt-gsap-module

giticon avatar Apr 12 '21 10:04 giticon

I think having a gsap module in nuxt is very important given its widespread use.

I think it’s very convenient to record gsap globally so you can use it anywhere (components, animation files, page transition)

I find it very good on the DX side to be able to register the gsap plugins from the nuxt config like this:

gsap: {
  plugins: ['ScrollTrigger']
}

LucaArgentieri avatar Sep 13 '24 13:09 LucaArgentieri

@LucaArgentieri there is an nuxt-gsap module, https://github.com/hypernym-studio/nuxt-gsap I don't if it supports what you've asked but it is worth checking

arashsheyda avatar Sep 13 '24 14:09 arashsheyda