marcbruederlin / particles.js

A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.

Home Page:https://marcbruederlin.github.io/particles.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'r' of null when color is short notation "#fff"

vedmant opened this issue · comments

Cannot read property 'r' of null when color is short notation "#fff"

Particles.init({
selector: '.background',
color: '#fff',
connectParticles: true,
})

It works with #ffffff only

got the same issue. still not resolved.