How can I animate the drawing of text on a web page?

I want to have a web page which has one centered word.

I want this word to be drawn with an animation, such that the page “writes” the word out the same way that we would, i.e. it starts at one point and draws lines and curves over time such that the end result is a glyph.

I do not care if this is done with <canvas> or the DOM, and I don’t care whether it’s done with JavaScript or CSS. The absence of jQuery would be nice, but not required.

How can I do this? I’ve searched exhaustively with no luck.

4 Answers
4

Leave a Comment