Jump to content
Search Community

Bannernow

Business
  • Posts

    4
  • Joined

  • Last visited

About Bannernow

Bannernow's Achievements

  1. Hi, I'm doing a 3d cube slider using draggable. The problem is that each slide is an iframe and I need to register clicks inside of each iframe (instead of a global Draggable.onClick event). Is it possible to enable click propagation for the child iframe? Thanks in advance!
  2. What would be the best solution to reset the animation for the element during the timeline play? For example if user inputs the text and the text container width/height are increased - I want to re-create the animation. Currently I'm using timeline.kill(null, item); then applying the new styling and then adding to timeline using timeline.add (without pausing the timeline itself).
  3. @GreenSock Thanks for the prompt response! The progress(0) solves the issue but I'm not sure it will work if I will need to update the element dynamically during the animation. For example change text and continue the animation (new text will increase element size and if it has x,y animation it should be killed first). *Would like to move to GSAP3 but this is a part of a legacy project...
  4. I have found an issue in TweenMax (v1 and v2). The codepen is a simplified version of the full animation. Basically it needs to rotate element -30deg then +30deg, then kill the item animation and restart the loop. *The kill is used because in the full version I am updating text on each loop dynamically. *I'm not using onComplete event because the codepen represents only a small part of my animation and I need to restart the timeline at a specific second. Please let me know if this is a known issue and if there is a workaround.
×
×
  • Create New...