yiliansource / party-js

A JavaScript library to brighten up your user's site experience with visual effects!
https://party.js.org
MIT License
994 stars 45 forks source link

Option for increasing the height of confetti #87

Closed shubhambatra closed 1 year ago

shubhambatra commented 2 years ago

In my case I need the little more jump(height) when confetti initiated or started.

there should be option that simply take the height parameter to adjust the jump/height of confetti

yiliansource commented 2 years ago

Hi,

can't you just use the speed configuration option? https://party.js.org/docs/ref/templates#confetti

shubhambatra commented 2 years ago

Yes, you are right, we can handle it with speed but In some cases while handling with speed, animation doesn't look that effective. If height parameter will introduce we can play more around it. This is only my suggestion for now I adjusting speed.

Thanks :)

If you think we can add height config as well then I will love to contribiute.

yiliansource commented 2 years ago

Can you describe further what you mean with "height"? I think I might be misunderstanding.

yiliansource commented 1 year ago

Closing due to inactivity.