main #23

Merged
izu merged 24 commits from tisto/student-web-if-development-kit:main into main 2026-06-05 08:19:15 +00:00
2 changed files with 2693 additions and 1929 deletions
Showing only changes of commit 7cf590eee5 - Show all commits
File diff suppressed because it is too large Load Diff
+14
View File
@@ -1605,6 +1605,20 @@ body {
}
}
/* Animations */
.reveal {
opacity: 0;
transform: translateY(50px);
transition:
opacity 0.8s ease,
transform 0.8s ease;
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
/* ============================================================
ANTI-FLICKER — localization.js sets window.__currentLang
synchronously; body stays hidden until DOMContentLoaded