particleground icon indicating copy to clipboard operation
particleground copied to clipboard

Fix performance issues on reinitializing

Open madhenry opened this issue 9 years ago • 0 comments

Pause draw animation loop on destroy and garbage collect particles array of objects

This commit helps the plugin to garbage collect all particle objects on destroy and also pauses the recurring draw animation loop that stayed running after destroy - causing big performance issues when reinitializing the plugin without page refresh

madhenry avatar Nov 10 '15 15:11 madhenry