creotip / vue-particles

Vue.js component for particles backgrounds ✨
http://vue-particles.netlify.com/
1.44k stars 194 forks source link

Add 'move' option to vue component. #44

Open jgalentine007 opened 5 years ago

jgalentine007 commented 5 years ago

I would like to add an option to define the particles.js move option. This would let you use vue-particles to create a static background that doesn't use any CPU/GPU after the initial render. I tested setting the moveSpeed option to zero but this still uses CPU/GPU (Chrome, Windows 10).