Capítulo 181 de 411
A helper that wraps SplitText so Arabic text (which is cursive — each letter can render differently depending on its position in a word) can still be split into words/lines for animation without characters visually breaking apart from their neighbors.
SplitText call, but uses SplitText's onSplit callback to post-process word elements so individual character shaping/joining is preserved instead of being isolated.type config as SplitText ("chars,words,lines" by default) plus an optional pass-through onSplit.SplitText whenever animating Arabic (or other cursive-script) text by character.