jschr / textillate

A jquery plugin for CSS3 text animations.
http://textillate.js.org
MIT License
3.66k stars 759 forks source link

Emoji split bug #94

Open pradel opened 8 years ago

pradel commented 8 years ago

When trying to textillate string containing emoji emoji are destroyed. Is due to split method Solution: http://stackoverflow.com/questions/34421887/splitting-emoji-safely Use spliddit to replace .split() method;

jacopomazzoni commented 1 week ago

Hey I know this is a very old issue to reopen but when I try textillate both from the release and the latest this is still not working. Did it get overwritten?