Search code examples
bezierhtml5-animation

Ideas on how to animate multiple bezier curves?


I am trying to create a drawing animation out of a picture that is quite similar to this one.

From what I've been researching, I think my goal is to make multiple bezier curves. The problem is, since I do mostly programming but not quite so on the graphic design part, this gives me quite a headache.

So, any advice on where should I start (e.g. software I should use, etc.)? Thanks before.

P.S: in the end, the animation will be put on a web page.


Solution

  • Coding Math is a great resource, assuming you have basic knowledge of HTML, CSS and JavaScript.