fix: blob 초기 상태를 CSS에서 숨김 처리 (GSAP 로드 전 깜빡임 방지)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
이희원 2026-06-20 04:35:11 +09:00
parent 84bdb5de9f
commit dd15c77479
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
.blob { .blob {
position: absolute; position: absolute;
border-radius: 50%; border-radius: 50%;
opacity: 0;
transform: scale(0.4);
filter: blur(60px);
} }
.blobCyan { .blobCyan {