Coder Social home page Coder Social logo

Comments (6)

ivodolenc avatar ivodolenc commented on May 14, 2024

Hi, thanks for your interest in this module.

Hmm, it's hard to say where the problem is without live repo, but at first I suggest you try this:

// add 'new' before 'this.$SplitText'
const line = new this.$SplitText( // ... )

More info

from nuxt-gsap.

merijnponzo avatar merijnponzo commented on May 14, 2024

Hi,
results into

this.$SplitText is not constructor

Maybe you could have a look
https://github.com/merijnponzo/splittextbug

(you can add your token in .npmrc)

from nuxt-gsap.

ivodolenc avatar ivodolenc commented on May 14, 2024

Try moving your code logic to the mounted() hook because all extra and club plugins are called only on the client side. If that doesnt work, then i believe there is some issue with the installation process (club plugins).

from nuxt-gsap.

ivodolenc avatar ivodolenc commented on May 14, 2024

Closing this because of inactivity.

Another suggestion, try manually importing gsap and club plugins via nuxt plugin system. If it works that way, reopen the issue here.

Also, gsap has some issues with importing club plugins using yarn according to multiple user repors on the official forum.

Please note that this module was developed in accordance with the official guides and documents for importing the gsap core and all extra and club plugins from the public repo.

from nuxt-gsap.

merijnponzo avatar merijnponzo commented on May 14, 2024

Hello,
it's mounted() indeed! thanks

from nuxt-gsap.

mrtsiradisi avatar mrtsiradisi commented on May 14, 2024

Hi, I will use the splittext module but I am getting an error. Can you help me?

My Code

const { $gsap } = useNuxtApp();

onMounted(() => {
var childSplit = new this.SplitText(".text-animation", {type: "lines"});
console.log(childSplit);
});

My Error :

index.vue:144 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'SplitText')

from nuxt-gsap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.