Skip to content

Commit

Permalink
Update extension-generator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 1, 2024
1 parent f3bedb1 commit 437dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/scripts/extension-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function displayExts(json) {
holderDiv.appendChild(genPin(name));
genText("ext-desc", info.credits);
genText("ext-log", info.date);
holderDiv.firstChild.style.filter = "url(#filter-1)";
holderDiv.firstChild.style.filter = "url(#bloom-filter)";
holderDiv.animate([{ transform: "scale(1)" }, { transform: "scale(1.1)" }], { duration: 200, easing: "ease-in-out" });
holderDiv.style.transform = "scale(1.1)";
});
Expand Down

0 comments on commit 437dd7c

Please sign in to comment.