Could you provide an example?
niklasgrewe opened this issue · 2 comments
Hi, thank you for this library. I want to build a similiar blob effect like on the discord login page
When you go to the page, you will see the blob effect in the top left corner. After you entered your crendentials, the blob fills the whole window.
How can i build this blob with movement using your library?
I am still a beginner of blobs so could you provide an example so i can better understand of how can i use it?
Hey, that's a cool example!
Source: https://github.com/g-harel/blobs/blob/master/examples/corner-expand.html
Live: https://blobs.dev/examples/corner-expand.html
@g-harel awesome thank you very much for this impressive example, that's exactly i was looking for 👍 on the discord login page you can see, that stars are present in the blob. How can I add elements like stars to the blob, which then also automatically expand with the blob? Could you show me how can i do that?