Jump to content
Search Community

Victor Work

Members
  • Posts

    127
  • Joined

  • Last visited

9 Followers

Contact Methods

Profile Information

  • Location
    Campinas, São Paulo, Brasil

Recent Profile Visitors

5,940 profile views

Victor Work's Achievements

  1. Ohhh I didn't see it. My bad... Thanks Carl. @GreenSock Could I leave it as suggestion for next releases? Also the feature to lerp sections instead of the whole container. ?
  2. Hello Beautiful people. Is there any way to avoid ScrollSmoother to overlap when using multiple instances? Currently, it seems that is applying body container height to other instances (i.e: Modal cutting off) Thanks in advance
  3. Hey Guys, only pointing out that are some broken links on this page: I've highlighted some of them:
  4. @Carl, that completely makes sense. I forgot we're handling the timeline progress not the element. Thanks Carl
  5. You're right. But seems even the ease:'back.inOut' even in this older version is not working as well. Ok.. waiting for those minor issues get solved. Thanks again @ZachSaucier
  6. You can see the speending working diferently on these examples (same code): Newest Version: https://codepen.io/victorwork/pen/poNKamw v3.2.6 https://codepen.io/victorwork/pen/WNoyyNV
  7. Hey @ZachSaucier, thanks for the heads up... seems like the duration also is not working properly. Are you able to say if this bug is impacting only the Codepen's version or the npm as well?
  8. Hey guys, I'm not sure why, but seems like ease on tweenTo is not working on. Any thoughts about what is happening?
  9. Thanks @ZachSaucier, very well explained. ?
  10. Hey Guys, I'm getting a weird behavior (probably in my end) using ScrollTrigger.batch() as you can see on the pen attached (you may need to open Codepen's link), when you scroll it the animation get scrambled and doesn't run in the right order. What's exactly am I doing wrong here? Thanks in advance.
  11. Let me check it out and see how I can play and get back with a feedback. Thanks for now @GreenSock Jack
  12. Hey @ZachSaucier Thanks, that works ... was a miss configuration on my end. Seize the same topic to dont flood the forum... Is there a way do get scrolling direction? For example.. detecting scrollup or scrolldown inside of a Scrub animation?
  13. @ZachSaucier Thanks for helping me out... I appreciate it. Seizing the opportunity... a quick question. Is there a way to fire a animation on ScrollTirgger before the elements enters on the viewport? Something like this: ScrollTrigger.batch(this.unwrapTexts, { onEnter: (elements) => { gsap.fromTo($(elements).find('.wrapped-p'), { yPercent: 140 }, { duration: 4, yPercent: 0, ease: 'expo.out', stagger: .06 }) }, start: 'top 110%', once: true }) Thanks in advance.
  14. Hey All, I've experiecing a weird issue with resizing. Once I've resized the window the scrub effect completely disappears with the element. Why does it happens and how could I fix that? Thanks in Advance. Regards
  15. Sobre o post:

     

    Tentei algumas soluções mas como sou iniciante nada resolveu meu caro Victor

    Poderia me ajudar da forma mais simples que você puder??

     

    Grande Abraço

×
×
  • Create New...