What is SplitType
masterSplitType is a lightweight JavaScript library designed to split HTML text into individual elements (lines, words, or characters). This allows you to animate these components independently using any animation library (such as GSAP).
Under the hood, SplitType modifies the HTML structure of your target elements by wrapping each split unit in its own element.