Jump to content
Search Community

FLYPILOT

Business
  • Posts

    16
  • Joined

  • Last visited

Community Answers

  1. FLYPILOT's post in Animate <p> background color was marked as the answer   
    Hey guys, thanks for the help.

    I've found the solution in my project and I wasn't able to apply to the pen.

    However here is the code for the solution:

     
    splitTextTimeline .from( mySplitText.lines, { delay: 0.5, backgroundColor: 'transparent', opacity: 0, stagger: 0.35, y: 10, autoAlpha: 0, } ) .from( mySplitText.words, { stagger: 0.15, duration: 0.4, y: 10, autoAlpha: 0, ease: "Power1.easeInOut", }, "<+=0.2" )  
×
×
  • Create New...