Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Confetti flat option is not passed to new calls #5338

Closed
1 task done
andela9 opened this issue Apr 15, 2024 · 2 comments
Closed
1 task done

[Bug]: Confetti flat option is not passed to new calls #5338

andela9 opened this issue Apr 15, 2024 · 2 comments
Assignees
Labels
bug Something isn't working triage

Comments

@andela9
Copy link

andela9 commented Apr 15, 2024

Contact Details

No response

What happened?

When you use multiple confetti calls, only one flat option value is used.

Can we add rotate, tilt, roll and wobble in setConfetti addEmitter?

tsParticles Version

@tsparticles/confetti 3.3.0

tsParticles Configuration

confetti({
  shapes: ["circle", "square"],
  flat: false,
 });

confetti({
  shapes: ["circle", "square"],
  flat: true,
 });

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@andela9 andela9 added bug Something isn't working triage labels Apr 15, 2024
matteobruni added a commit that referenced this issue Apr 15, 2024
@andela9
Copy link
Author

andela9 commented Apr 16, 2024

Thank you for the quick fix! When will v3 be released?

@matteobruni
Copy link
Collaborator

Thank you for the quick fix! When will v3 be released?

I need to do more tests, maybe 1-2 weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants