Jump to content
Search Community

jellington

Members
  • Posts

    8
  • Joined

  • Last visited

jellington's Achievements

2

Reputation

  1. Oh I see! Thank you very much!!!!
  2. Hello! I am still understanding how Greensock timeline works. Right now, I am trying to have one master timeline that repeats, and a nested timeline that goes in sequential order. However, at the moment if you look at the CodePen, it will run once and terminate. Could anybody point to me how I supposed to add a callback to a nested timeline in order to get the master timeline to repeat? Or is there a better way to do this? Any help would be appreciated!
  3. Hello! I am trying to animate a set of path SVG elements. I am trying to make it appear as if it is being drawn by coming starting at 0% to 10% going to 90% to 100%. However, there's some strange dotted effect happening, as if the 10% drawn is repeating over and over again (you can see this in the codepen). I was at first wondering if it was a timing issue but I am not sure what is going on. If someone could point me in the right direction, that would be appreciated!
  4. I see, I understand and thank you for providing the information on the overwrite field!
  5. I have one more question! If I click between the two states quickly many times, the #start-line will fail to become hidden (as screenshot below). I'm not exactly sure how TweenMax and autoAlpha works under the hood, is there a way to prevent this from happening? I tried playing around with the delays but it still seems to exist. Thank you so much for all the help!
  6. Yes, that clears it up so much! Thank you so much!
  7. Hello, I'm new to animating with GreenSock and have run into an issue I cannot seem to fully understand. I've attached the Codepen URL with the issue. When I try and toggle between two paths, #start and #end, it seems to have no issue morphing #start to #end. However, when I toggle the state and morph #start from #end, it half morphs and stops. I don't understand what could be causing this, could anybody point me in the right direction? Thank you!
×
×
  • Create New...