letterer.js : Breaks HTML into individual Characters & Words

    letterer.js : Breaks HTML into individual Characters & Words

    Breaks HTML into individual characters, and words, without messing up the semantic structure.The script recursively runs over the initial DOM node’s children and breaks everything down. It’s pretty lightweight and does not require any 3rd party library. Note that a class is added to each letter in the break down process, so later it could be removed so cool CSS3 transition effects could be done.

    Leave a Reply