Jump to content
Search Community

D.CODE

Business
  • Posts

    7
  • Joined

  • Last visited

About D.CODE

D.CODE's Achievements

  1. I didn't know they were the same version. I will try. Thank you ?‍♂️ 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. @GreenSock @OSUblake It works perfectly ?. So much appreciate!! You guys my lifesaver. PS: I used gsap 3.7.X but Scrolltrigger got some bugs. So I downgrade... Can you please recommend Scrolltrigger version for gsap 3.7.1?
  3. @GreenSock Here is demo. It is weird. In the edit panel no memory leak. But external browsing make memory leak. editor: https://codesandbox.io/s/elegant-maxwell-319cr?file=/src/App.vue external: https://319cr.csb.app/ you can test with edit the scrub(in Home.vue) 0 -> no memory leak greater than 0 -> memory leak
  4. @OSUblake In the video, as you can see, I forced GC(as clicking the trash can icon it immediately activates GC) your mention for codesandbox, It so helpful for me. I will make that.
  5. @GreenSock Thanks for your comment. I think, scrubbed tween has a object reference still and It makes no memory release for Detached Nodes(it was tween target). Sorry for that I'm not friendly with codepen. And minimal demo required vuejs + router. I will find solution. But I can't be sure.
  6. 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 2. Memory leak(scrub greater than 0) Detached HTML nodes -> No GC
  7. 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...