creotip / vue-particles

Vue.js component for particles backgrounds ✨

Home Page:http://vue-particles.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change the color after start?

lijiahao8898 opened this issue · comments

hi,thx.

i have a question!

How to change the color after start ?

I think every once in a while to change color.

@lijiahao8898
You can change the color in the props :

      <vue-particles
        color="#dedede"
      >
      </vue-particles>