Skip to content

Commit

Permalink
17 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhenii Pashko committed Jan 26, 2025
1 parent 43cae46 commit 866a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
return pixels;
}

const pixels = createPixels(7); // Можете легко менять количество пикселей
const pixels = createPixels(5); // Можете легко менять количество пикселей

function fadeOutAllPixels() {
const shuffledPixels = pixels.sort(() => 0.5 - Math.random());
Expand Down

0 comments on commit 866a5db

Please sign in to comment.