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.
No description
4 Replies
Faker
FakerOP2w ago
also, I find it fun to be able to do these kind of cool stuff
MarkBoots
MarkBoots2w ago
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...
Ray
Ray2w ago
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
Faker
FakerOP2w ago
ok will have a look, ty !

Did you find this page helpful?