lukePeavey / SplitType

Javascript utility that splits text into lines, words, characters for animation
https://lukepeavey.github.io/SplitType/
545 stars 39 forks source link

fix: issue #36 #38

Closed lukePeavey closed 2 years ago

lukePeavey commented 2 years ago

Fix: Splitting text does not work as expected when target elements contain comment nodes. This resulted in empty word and line elements in the split text, and unexpected white space (caused by empty word elements).

Changes:

Thanks to @danielkorte for reporting this issue.

Closes #36