Skip to content

Commit baac635

Browse files
color_random - update comment
1 parent 6a2c1d6 commit baac635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Load particles.js and configure the particles:
2323
particlesJS('particles-js', {
2424
particles: {
2525
color: '#fff',
26-
color_random: false,
26+
color_random: false, // true, false or ['#ffaa44', '#ffffaa', '#445500', etc.]
2727
shape: 'circle', // "circle", "edge" or "triangle"
2828
opacity: {
2929
opacity: 1,

demo/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
particlesJS('particles-js', {
99
particles: {
1010
color: '#fff',
11-
color_random: false,
11+
color_random: false, // true, false or ['#ffaa44', '#ffffaa', '#445500', etc.]
1212
shape: 'circle', // "circle", "edge" or "triangle"
1313
opacity: {
1414
opacity: 1,

0 commit comments

Comments
 (0)