party-js icon indicating copy to clipboard operation
party-js copied to clipboard

A JavaScript library to brighten up your user's site experience with visual effects!

Results 15 party-js issues
Sort by recently updated
recently updated
newest added

I found out that party.js could emit custom images and data, however, I didn't find much from the documentation. Documenting it (including examples) would do a lot.

documentation

**Describe the bug** when the website or mobile is on rtl the confetti doesnt appear. **To Reproduce** in html tag add `dir="rtl"` fire confetti event You can try on https://party.js.org/...

bug

This issue is dedicated to hold the information on the planned v3 rewrite of the library. Discussion on the proposed changes is encouraged. # Proposed changes ## Modules ### Problem...

enhancement

Compiled with warnings. Warnings: ``` Failed to parse source map from 'E:\abc\node_modules\party-js\src\components\circle.ts' file: Error: ENOENT: no such file or directory, open 'E:\abc\node_modules\party-js\src\components\circle.ts' Failed to parse source map from 'E:\abc\node_modules\party-js\src\components\color.ts' file:...

bug

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

Hi, great lib! I'd like to have the sparkles appear fast and then stay on screen, or at least for a minute or two. I've tried tweaking speed, lifetime, messing...

enhancement

The demo widget at the bottom of https://party.js.org/ currently only allows primitive numbers in the configuration. This should be extended to offer the possibility to specify a range, to further...

documentation

**Is your feature request related to a problem? Please describe.** Its hard to be sure if the emitter functions precisely as intended currently. The effects caused by it have to...

enhancement
help wanted
priority: low

I am making an app that uses a full screen. However, when the confetti is executed, since the party-js element is outside of my fullscreen div element, it won't show...

bug

**Describe the solution you'd like** Is it possible to change the direction of gravity? I would like to have it upside down / rotated by 180 degrees. **Describe alternatives you've...