Question:
What technologies need to be studied in order to implement something similar – a project on dribble
I know how to build regular websites with regular animations, but I don't even have a rough implementation concept for something like this. At first I thought it could be done with canvas but how to implement shape morphing with canvas? Perhaps there are some resources in English \ Russian where you can read or see the implementation of such animations
Answer:
You don't need canvas
to create a site like this. This site uses of course HTML and CSS, Javascript and Jquery. You also need SVG knowledge to create that blue jelly element (read about animate
in SVG). No canvas
is required here.