Jump to content
Search Community

WIZARD777

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

WIZARD777's Achievements

0

Reputation

  1. My question is: in a specific color? For example highlight with green, as in the attached graphic.
  2. 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.
  3. Hi Mikel. How are you, It worked perfectly. It was what I needed. Gsap is the best. You are very kind. Thank you very much.
  4. Hi Craig. Thank you very much! Perfect. ?
  5. Hello Mikel, thanks for answering. I refer you to the example in codepen: https://codepen.io/WIZARD7771/pen/PobwKQx 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.
  6. 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')
  7. Hi Mikel. How are you. Thank you very much for your prompt reply. Excuse my writing of English, because I am a Spanish speaker
  8. Hi I have a question. Can I with splitext? Is there an example in the forum or in codepen? Thanks
×
×
  • Create New...