Componentalization

This commit is contained in:
2025-09-16 22:02:30 +10:00
parent 91771e9573
commit 2f6006626d

View File

@@ -209,7 +209,7 @@ const initLoadingAnimations = (): void => {
if (heroTitle) {
setTimeout(() => {
// force reflow (safe) then add class to trigger transition
// force reflow (safe), then add class to trigger transition
void heroTitle.offsetWidth;
heroTitle.classList.add('is-visible');
}, 500);