Jump to content
Search Community

EvilScorpion

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by EvilScorpion

  1. No, I need more animation. not to create many variables 

    split1 = new SplitText('.box1', {type:"words,chars"});
    chars1 = split1.words;
    split2 = new SplitText('.box2', {type:"words,chars"});
    chars2 = split1.chars;
    split3 = new SplitText('.box3', {type:"words,chars"});
    chars3 = split1.words;

    need like array box[0], box[1]...

×
×
  • Create New...