/* gsap.set(chars.chars, {clearProps:”y,opacity”}) animation.from(chars.chars, {y:50, duration:duration, stagger:0.03, ease:`elastic(${amplitude}, ${frequency})`}) animation.from(chars.chars, {opacity:0, duration:0.2, stagger:0.03}, 0) animation.restart() CustomEase.getSVGData(`elastic(${amplitude}, ${frequency})`, {width:svgSize, height:svgSize, path:”#easePath”}) chars = new SplitText(“p”, {type:”chars”}) */
Watch me

texte 2