Animating Text Calligraphically (Drawing individual letters)

I would like to animate the drawing of the strokes of letters. Possible?

1 Like

It is with Vivus, I haven't tried it myself so I don't know how hard is to implement...

3 Likes

I’ve used Lazy Liner in some of my projects for a while.

http://lazylinepainter.info

1 Like

I have done this using this method

1 Like

I have tried both Lazy Line and Vivus in Hype animations. Both worked. I think Vivus was marginally better and there was a small caching problem with Lazy Line if you returned to the same scene. GreenSock has probably the most powerful animated SVG drawing library but it isn’t free.

1 Like

Hi,

Do you can teach me how to use Lazy Liner in Hype?

Thank you.

2 Likes

Sorry to bump this. I got sidetracked and am now with Hype4Pro. What I want to animate caliigraphically is not a vector with start and end, but strokes like the attached.

Screenshot 2020-07-06 22.46.00

You could use the progress on a line progression using a Mutation Observer:

Using the progression one can then determine top/left using:

And then you could draw the line yourself with a canvas trail effect:

1 Like

I sure had to give it a try… lots of room for improvement and certainly spawned some further ideas:

CleanShot 2020-07-07 at 23.20.32

HypeCanvasStrokeRibbon.hype.zip (26,0 KB)

Update: Still playing around with this… I am evaluating some more features. Here is a little behind the scene look at a detail setting and an outline feature of the segments. I am also playing around with rounded edges. I would like to use the calculated "envelope" ultimately as a mask on the vector stroke. Could be an interesting concept.

2 Likes

A post was split to a new topic: Hype Calligraphy Experiments