Jump to content
Search Community

nyordanov

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by nyordanov

  1. I couldn't find a way to enable draggable scrolling if the initial target is a link. The same issue can be seen here - https://greensock.com/draggable- you can't scroll the element if you drag it by the "Club GreenSock" link. What can I do to enable dragging for this use case? Thanks, Nikolay
  2. Thanks, Carl. I only had time to try it today, but I think that's exactly what I need.
  3. Thanks. What if don't know whether the tween at the end of the timeline is a from() tween? I tried mixing to/from tweens in the same timeline and pausing at timeline.duration() only works for from() tweens. Is there any way to detect what's the last tween and act accordingly?
  4. Thank you! I actually tried pause(0) initially, but it didn't work. I don't know why I didn't try pausing at the end of the timeline, but that's what did the trick.
  5. Hi, I'm still new to GSAP and considering that I couldn't find anything helpful, I suppose that I'm missing something obvious. Basically, I have a timeline which I need to kill/clear, then rebuild it. The new tweens in the timeline have the same target as the old ones, although they might have different properties. This is the simplest demo of my problem: http://codepen.io/nyordanov/pen/gAcjI You will see that #test gets stuck. What is the correct way of doing this?
×
×
  • Create New...