Ian Hornik

Results 34 comments of Ian Hornik

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

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

Do you have an idea on how to do such a replacement? Any pointers would be really helpful.

That makes sense. Do you think it's possible to access the actual tilemap during the import step, so you can replace dedicated auto/rule-tiles with their animated counterparts? Are the tiles...

Hi there, sorry for the late response; you can change the gravity using `party.settings.gravity`, just set it to an appropriate (negative!) value, see https://party.js.org/docs/ref/configuration.

hi, sorry for the late response! there's currently no clean way for the library consumer to check if an effect has ended, but you could just submit the data after...

I have! In fact v1 of the library _was_ implemented using a canvas. The issue ist that the canvas doesn't support 3D perspective transformations (atleast not with the transformation matrices...

I think the issue with implementing a toggleable fancy/fast rendering mode is that they require a completely different approach to particle shapes and styling. This is definitely tempting, but switching...

@volkyeth getting back to you on this a bit late (better late than never?), i'm currently planning the v3 rewrite of the library, and i'm thinking about switching to a...