Jump to content
Search Community

Manvel

Members
  • Posts

    8
  • Joined

  • Last visited

Manvel's Achievements

  1. Good afternoon, I connected gsap to react. npm i gsap It's just that the animation of the norms works for me, then I update it stops working. Then I update again, it works fine again
  2. what is highlighted works, but what is written at the top does not work imports
  3. I needed to make sure that the text and video run synchronously and simultaneously, so I decided to do this. The script starts working only when the video starts to go. Everything works fine, but when you go to another tab, then back to the site, the script starts to work strangely and the text starts to print strangely.
  4. At the very end of the js file, you can see the main part, if you write another Ease instead of CustomEase, for example Power2.easeIn, then everything will work fine, but CustomEase does not work. Why?
  5. Yes, this is exactly what I needed! Thanks a lot!
  6. I updated to the latest version but nothing has changed. I need the automatic text to be written, like on the demo that I threw off. Everything there works with a bang, but as soon as I connect <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.0/gsap.min.js"></script>, TypeWriter stops working. I connect this sdn, because in addition to the TypeWriter animation, one more animation is needed so that the pictures change when scrolling down, for this it was necessary to connect the ScrollTrigger and the GSAP library itself, but when I connect the TypeWriter it stops working.
  7. TypeWriter works fine, but as soon as I connect gsap, it stops working, how to fix it?
×
×
  • Create New...