Hey guys, if I have an H1 tag and it has 4 lines of text, can I mask it like this with SplitText? This animates each line but is there a way to mask the lines with SplitText? (hope, hope) Like a trick with overflow hidden on each line? tl.staggerFrom(mySplitText.lines, 0.25, {autoAlpha: 0, y: 10}, 0.12);   Thanks!