Jump to content
Search Community

KDetected

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by KDetected

  1. It is, thanks so much!! So if I understood correctly, scrollTrigger should be defined in the timeline (gsap.timeline({scrollTrigger:...})) either it should be just gsap.to({scrollTrigger:..})
  2. About blinking, I tried immediateRender set to false, but it didn't do the trick https://codepen.io/KDetected/pen/zYEJBZy About the zero timing, I'd just think on it as of some kind of special exception, thank you
  3. Sorry, I mean, when using scrollTrigger, I want the animation to run only after page is scrolled to it. And it works fine when duration is set to almost zero small value (like, 0.001). But if I set the duration to 0, it runs immediately after the page loads like there's no scrollTrigger condition at all
  4. @OSUblake thanks for explaining! Just still can't realize why animation transition time affects on animation delay, as changing transition time to zero shouldn't move the animation to the start of queue, shouldn't it?
  5. Second demo: https://codepen.io/KDetected/pen/oNGMLwj
  6. Hi, guys, many thanks for the such amazing tool! I'm trying to figure out how to work with gsap ScrollTrigger, and couldn't find an answer for couple things: 1. When I'm using scrollTrigger and set duration to zero (0), the animation runs immediately when the page loads. However, if I change duration to any positive value (1), it works as expected. Why's that happening? I can set duration to 0.0001 for example, which works well, but I want to understand demo: https://codepen.io/KDetected/pen/RwLBRaR (On the demo, the square should be green and half-transparent from the initial) 2. On the second demo, the animation plays well for the first time, however if I scroll bottom and back, next changes happens immediately with blink (I tried to set 'once' param to 'true' but it didn't help). Why's that and what's the correct way to achieve animation transition for the second run? Thanks in advance!
×
×
  • Create New...