vue-particles icon indicating copy to clipboard operation
vue-particles copied to clipboard

Vue.js component for particles backgrounds ✨

Results 53 vue-particles issues
Sort by recently updated
recently updated
newest added

Object.deepExtend = (function f(destination, source){ for (var property in source) { if (source[property] && source[property].constructor && source[property].constructor === Object) { destination[property] = destination[property] || {}; f(destination[property], source[property]); } else {...

Thanks for this vue plugin. It's helpful, but can you fix memory (and performance) leaks? When it's used in landing page everything is good, but if there's a router... ![Screenshot...

Any elements I use between these tags does not get displayed. For example: ``` This paragrapgh does not display ```

当有子视图时,鼠标在子视图上面移动,hoverMode:true 没有效果

This library is not compatible with Vue.js 3.x, any update coming? The last commit is 3 years ago so probably this library is simply abandoned to itself

This project was abandoned years ago, I created a new improved version of this package [here](https://github.com/matteobruni/tsparticles/blob/master/components/vue/README.md)

I wish to modify particle direction which is in move.direction any help will be appreciated...

Hello,i find that you did not actually distroy particles when component vue-particles was destroyed. So, it may cause Memory Leak, does it ?

added moveDirection props (none, top, top-right, right, bottom-right, bottom, bottom-left, left, top-left)