Mobile app version of vmapp.org
Login or Join
Jessie844

: WALKING TEXT: How do I animate text like this? I would like to animate a set of text, like this http://www.doctorhugo.org/e-poetry/shewalks.gif as in the the gif i create should consist of text

@Jessie844

Posted in: #Canvas #Gif

I would like to animate a set of text, like this www.doctorhugo.org/e-poetry/shewalks.gif as in the the gif i create should consist of text I choose. Are there any tools for that? How would I approach it in HTML5/canvas?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie844

1 Comments

Sorted by latest first Latest Oldest Best

 

@Holmes874

It's called 'ASCII Art'. Google 'ASCII Art Generator' and you'll find plenty of examples. You'll need some animated images to use as the source to then convert to ASCII.

Once you have it converted to ASCII, you could place each 'frame' of text in a DIV with a monospaced font and then, via JS, rotate showing each DIV one-by-one to create the animation.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme