Creating and animation graphics in CSS
Hello, I want to learn how to make shapes/designs in css (as shown in the image, PS: I obtained the image from another thread), like custom made design without using images etc. In one thread, I noticed people were talking about SVGs, anyone has a resource to recommend where I can learn all this stuff and canvas stuff please.
There are a bunch of animations that I saw on the web that require the knowledge of canvas/svg and a bunch of mathematical stuff, like when we move our cursor, we have small animations related to the motion. I wanted to add this knowledge of drawing things under my css belt :c.

4 Replies
also, I find it fun to be able to do these kind of cool stuff
if you want to learn about canvas and animation, check out frank's laboratory on youtube
this is quite a nice video: https://www.youtube.com/watch?v=dQKYao-daYw
Franks laboratory
YouTube
Learn Creative Coding: Fractals
EXTENDED class with object oriented code structure and ❄FRACTAL RAIN ❄effect as the final project:
https://www.udemy.com/course/learn-creative-coding-with-vanilla-javascript/?referralCode=7C560D4661C5C59262BB
Have you decided you want to become really good with HTML, CSS and JavaScript this year? Discover creative coding and make your art c...
https://codepen.io/TuxedoDemon/pen/VYvrmWB you can also draw stuff with radial gradients, to an extent. this only works if you have absolutely no respect for your own time
ok will have a look, ty !