Jump to content
Search Community

Ozzy

Members
  • Posts

    7
  • Joined

  • Last visited

Ozzy's Achievements

2

Reputation

  1. @Code32 Did you find a solution for this issue? I am facing the same one
  2. @mikel Great solution! Not sure how it slipped my eye Thank you very much for the quick response, have a nice day!
  3. Hi, I am working on the NuxtJS GSAP application and using ScrollTrigger to animate elements based on the scrolled position. First of all, I am amazing how great this plugin works, but I have a question regading the actions. So, as mentioned in the documentation, using onLeave fires at the end of the animation, which is exactly what I need, since when the scrollTrigger animation is done, I want to call another function. The issue I have is that the onLeave fires every time the scrollTrigger is done (In case user scrolls up and then scrolls down) and what I need is to fire this additional function only once, the first time scrollTrigger animation is done. Is there a way of doing it once? onLeave: () => this.functionName(),
  4. Did you manage to recreate something like this and can you share a link so we can check it out
  5. Hii, good morning! So, I am making this hold to play button, It is animating the button when holding and it is supposed to trigger new animation when its over. Can someone just tell me how do I trigger next timelineMax on complete I tried to make them pen as short as possible
  6. Thank you very much for your help. Not only quick and accurate response but also practically shown. GSAP is my new favourite!!! Have a great day and thank you a lot!
  7. Hi, so I am trying to rebuild this canvas peace which has Gsap powered animation in it. https://codepen.io/fcordillot/pen/xRdEPx I tried to build my own code for this as you can see here But when I add TweenMax code to the if statement on the line "105" I start getting errors. Can someone help? You can see the TweenMax code commented above the if statement
×
×
  • Create New...