Jump to content
Search Community

achraf

Members
  • Posts

    2
  • Joined

  • Last visited

achraf's Achievements

  1. See the new issue now is that the text animation isn't smooth that way I had to put it in its gsap.to because since it goes over each character at once it doesn't look good once added to a timeline. Yes you are right the animation didn't work in the code pen because I'm new to that platform but generally you did well with the animation the only issue now at hand is that after both animations added to a timeline the image one works perfectly but the text it's not good to look at so I was wondering if there is a way to a delay two animation without a timeline or add a text animation to a timeline without making like look that ugly
  2. GSAP Starter Template (codepen.io) I have this issue where I have a text stager animation between characters and a second animation image where images go down I tried so hard to make the second animation (the image one) only start after the text stagger with a delay of one second so it will go like first animation + 1sec + second animation start, since the first animation the text one uses a for each loop if I added them to the same timeline the first animation get this issue each character of the first animation get treated separately which not smooth at all. so I hope someone can help me in this matter it is without a doubt been hard to find a solution I apologize in advance because I couldn't add the libraries I use to the codepen for text splitting but Im hoping for a solution to how to add delays between two forEach methods where adding a timeline make the animation not smooth as suppose to be
×
×
  • Create New...