Skip to content

Commit

Permalink
Reduce snowflake count
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi0604 committed Dec 7, 2023
1 parent d355c94 commit 2e8d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d7/d7.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let letterToNum = {
};

function animate() {
for (let i = 0; i < 500; i++) {
for (let i = 0; i < 250; i++) {
let parent = document.getElementById("annoying-animation");
let flake = document.createElement("div");
flake.classList.add("flake");
Expand Down

0 comments on commit 2e8d26b

Please sign in to comment.