herrethan/react-confetti-explosion

Particles not rotating in Safari

Closed this issue · 2 comments

For me, the particles are not rotating in Safari. In Chrome and Firefox everything looks good.

I don't know yet why this does not work, Safari should support the rotate3d property.

I created a pull request with a fix #2

And you could improve the .prettierrc.json, your code base contains trailing commas but the setting is missing in the config. When I run prettier it will remove all trailing commas.

Thanks @roydigerhund! Changes incorporated in latest changes.