Jump to content
Search Community

WIZARD777

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by WIZARD777

  1. I'm interested in purchasing the GSAP membership, but first I'm testing the codepen forums and samples.
     
    I already understood and tested Craig and Mikel's directions. I am just learning.
     
  2. Hello Mikel, thanks for answering.
    I refer you to the example in codepen:

    See the Pen PobwKQx by WIZARD7771 (@WIZARD7771) on CodePen


    where there is an ANIMATED WORD.


    What I need is that when clicking the button, groups of "2 words" are animated instead of a single word.

    I think it's like it could be that "split text" joins 2 words in a single "div".

    Anyway, I am not an expert in gsap, I am just learning, but I need to know if it is possible to animate groups of 2 words using "split text", within a long text.

     

  3. I put the following in your codepen:

    .to ('. word1, .word2', {fontWeight: 600}, '+ = 0.5')
    .to ('. word3, .word4', {fontWeight: 600, color: "green"})
    .to ('. word5, .word6', {fontWeight: 600}, '+ = 0.5')

     

×
×
  • Create New...