lukePeavey / SplitType

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

Words should not break #82

Open crnacura opened 3 months ago

crnacura commented 3 months ago

I believe there's some white-space: nowrap missing from the word elements as they seem to break in all the examples I'm seeing or doing. Could this be added?