nuxt / modules

Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
https://nuxt.com/modules
MIT License
944 stars 259 forks source link

Nuxt GSAP Module #140

Open giticon opened 3 years ago

giticon commented 3 years ago

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

LucaArgentieri commented 1 month ago

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']
}
arashsheyda commented 1 month ago

@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