fix: blob 초기 상태를 CSS에서 숨김 처리 (GSAP 로드 전 깜빡임 방지)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
84bdb5de9f
commit
dd15c77479
|
|
@ -20,6 +20,9 @@
|
|||
.blob {
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
opacity: 0;
|
||||
transform: scale(0.4);
|
||||
filter: blur(60px);
|
||||
}
|
||||
|
||||
.blobCyan {
|
||||
|
|
|
|||
Loading…
Reference in New Issue