I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
Nice 😄, Can you show us how to make CSS based animations like Thank you and Successful and congrats messages to users, using confetti css or some other technique. Like below:
I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular...
Always eager to learn new technologies. I am here to share, ask & eventually learn.
Such animations are generally made using canvas. If you inspect the code you will notice a <canvas> element and then you have to dig into the JS because it's there where you will find the whole logic
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Nice 😄, Can you show us how to make CSS based animations like
Thank you and Successful and congrats messagesto users, usingconfetti cssor some other technique. Like below:tympanus.net/Development/AnimatedM...
Example:
are you challenging me ? 😛
Ok, I will think about it, maybe this will be my next post 😉
Not challenging. Just asking if you have seen those kind of messages anywhere. I dont know how they do those kind of animation maybe using
CSS or SVG.Just want to learn cool CSS animations 😄
Such animations are generally made using canvas. If you inspect the code you will notice a
<canvas>element and then you have to dig into the JS because it's there where you will find the whole logic