Jump to content
Search Community

ariwoot

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by ariwoot

  1. 13 hours ago, GreenSock said:

    Yeah, that's not really a bug/problem because that method is supposed to report on if the page is actually scrolling (which is different than if there's an animation being scrubbed). 

     

    There's an onScrubComplete callback that you can tap into. 

    that's exactly what I was looking for! Thank you!

    • Like 1
  2. Hello,

    i need to listen if the scrolltrigger is scrolling, hence if its timeline is animating or not. 

    I thought of using the ScrollTrigger.isScrolling() method, but I realized that it doesn't consider the scrub delay, so it goes back to false before the actual end of the scroll action / animation. 

    Do you know if there's a way to get that info, considering also the scrub property?

     

    Thank you in advance!!

×
×
  • Create New...