Jump to content
Search Community

BenGoshow

Members
  • Posts

    3
  • Joined

  • Last visited

BenGoshow's Achievements

  1. @ZachSaucier I like that! So you're looping through the "lines" array one at a time, and then animating each child "character" div? Did you change anything else?
  2. Yeah, it's hard to describe exactly. I've modified the original pen to show the character animation more distinctly. I think the only difference I'd like to achieve is for each line to start animating in when the line before is about halfway done, instead of directly after.
  3. I have 6 lines of text. I'm staggering the fade-in animation for each line using .stagger(). At the same time, I'm splitting each line of text up into characters using SplitText(), then fading those characters in also. What I can't figure out is how to start the character animation for each line when that line begins fading down/in, instead of running all the line animations first, then running all the character animations.
×
×
  • Create New...