Proton icon indicating copy to clipboard operation
Proton copied to clipboard

Javascript particle animation library

Results 12 Proton issues
Sort by recently updated
recently updated
newest added

Hi there, First thanks for this great lib ! I've used it some years ago in pure JS with success. Now I'm trying to use it in a typescript project...

Hello, Is there a way to change the initial size of the particles so they don't look the same size when the emitter starts? I'm trying `emitter.addInitialize(new Proton.Body(image, new Proton.Span(1,...

Hi, I think that age should be reset when the reset method on particles is called. If you agre I can do a PR https://github.com/a-jie/Proton/blob/0d2b743d60b9ffa63b43db4dfcfa41288e90de7e/src/behaviour/Behaviour.js#L51

if lineRect use 'getSymmetric' , and then sometimes particle move following line. it is happened direction changed if particle do not go outside of line checking(this.getDistance(p.x, p.y)

Hi @a-jie , @JPeer264 Thanks for this awesome library. I have done a animation using 71squared's ParticleDesigner and generated json file, Is there any method to render that json into...

Hi, I see that both particles.js and tsparticles libraries have support for Retina. Does Proton support this as well? thanks.

Exemple: go to https://projects.jpeer.at/proton/#utils press Proton.Util How to fix: https://projects.jpeer.at/proton/Proton_Proton.Util.html => https://projects.jpeer.at/proton/Proton.Util.html

`in` and `instanceof` expressions in JS ```js a in obj; a instanceof C; ``` can be negated by grouping them and applying the `!` operator, i.e. ```js !(a in obj);...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Hello Got a error with pixi 7 ``` ct.Sprite is not a constructor ``` Anyone can help ?