Jump to content
Search Community

D.CODE

Business
  • Posts

    7
  • Joined

  • Last visited

Posts posted by D.CODE

  1. 9 hours ago, GreenSock said:

    I don't understand the question. I was recommending 3.7.1 (GSAP and ScrollTrigger)

    I didn't know they were the same version. I will try. Thank you 🙋‍♂️

     

     

    9 hours ago, GreenSock said:

    I'm very curious about this - can you please elaborate? We're not aware of any other bugs at this point. Can you provide a minimal demo that shows what you think is a bug? 

    Sorry, I can't make that bug intentionally. That was made Scrolltrigger wrong start point. Later, If I had some bug, I will make demo and share you.
    (Sorry my english. I'm not good, so I can't tell you detailedly.)

  2. Hi, guys

    In my Vue project, Scrolltrigger make huge memory leak.

    How can I fix it?

     

     

     

    1. No memory leak(scrub 0)
    Detached HTML nodes -> GC

    Group.png.786c546d98c4e917ffefd4e0abf60425.png

     

     

     

     

     

    2. Memory leak(scrub greater than 0)
    Detached HTML nodes -> No GC

    732619238_Group2.png.4d96608dfa5898dd5593487a6a39ca4f.png

     

     

     

  3. In package.json it is defined as follows:

    "gsap": "file:gsap-bonus.tgz",

    And the "gasp-bonus.tgz" file is in the same location as the package.json file.

    It is installed normally local, but the following error occurs on github.

    npm ERR! enoent ENOENT: no such file or directory, stat '/home/runner/work/{repository}/{repository}/pc/gsap-bonus.tgz'

    In the local, there is no problem without other configuration files.
    I also tried using the .npmrc file according to the content on the dashboard, but to no avail.

    How can I use it in a CI/CD environment?
    For reference, this is a private repository.

     

     

×
×
  • Create New...