Falling Confetti

What is the javascript code that is used to make this?

Can it be put inside a jsfiddle?
https://www.conic.style/

Code:
https://github.com/argyleink/conic.css

I have a fiddle here to test it on.
https://jsfiddle.net/dkhvo320/

The confetti animation would occur after 1 click. It would appear once and that’s it.

Have you googled for this effect? It’s very 80s.

The code to do it is in here.

oh, I don’t think this is done with pure javascript. It also has json.

No that’s just the conic gradient effect, If you want the confetti then you will need the js that goes with it.

I think you can find it here.

2 Likes

I had a quick go at it but the JS is above my pay scale :slight_smile:

It seems to work but probably not implemented 100% correctly.

1 Like

What is spread equivalent to in px value?

70 spread would mean what in px?

Spread:

  • spread Number (default: 45) : How far off center the confetti can go, in degrees. 45 means the confetti will launch at the defined angle plus or minus 22.5 degrees.
2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.