Расширение фронтэнда

This commit is contained in:
2025-12-22 01:38:52 +03:00
parent 5096b45243
commit 9d25d2e5de
35 changed files with 4901 additions and 288 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ function observeStatCards() {
{ threshold: 0.1 },
);
$cards.each((index, card) => {
$cards.each(function (index, card) {
$(card).css({
opacity: "0",
transform: "translateY(20px)",