How to animate a draw?

Godot Version

Godot 4

Question

How to animate a drawning?
Instead of instant drawning, a smooth animation of that drawn.
As if someone was drawing step by step.

You will have to have a data source to feed each stroke of a drawing along with the stroke’s timing to the code that draws the strokes. It’s not terribly difficult, depending on your experience.