added big sigil background

This commit is contained in:
2026-05-16 18:30:42 +02:00
parent b9aa93912c
commit a9a16b0887
2 changed files with 37 additions and 11 deletions
+7
View File
@@ -42,6 +42,13 @@
});
}
/* ─── One slow-spinning sigil filling the background ─── */
const wire = document.querySelector<HTMLElement>('.cs-fx-wire');
if (wire && !wire.classList.contains('cs-fx-wire--sig')) {
wire.innerHTML = buildCybersigil({ count: 9 });
wire.classList.add('cs-fx-wire--sig');
}
/* ─── Scroll-entry databend on images ─── */
if (!reduced && 'IntersectionObserver' in window) {
const targets = document.querySelectorAll<HTMLElement>(