(새 문서: <html> <div class="aaa">사쿠라의 거부할 수 없는 미래</div> <style> .aaa { width: 100%; font-size: 2.5rem; font-weight: 900; opacity: 0; transition: all 0.5s; } </style> <script> let observer = new IntersectionObserver((e)=>{ e.forEach((asdf)=>{ if (asdf.isIntersecting){ asdf.target.style.opacity = 1; } }) }) observer.observe('.2023031701') </script> </html>) |
편집 요약 없음 |
||
21번째 줄: | 21번째 줄: | ||
}) | }) | ||
observer.observe('. | observer.observe('.aaa') | ||
</script> | </script> | ||
</html> | </html> |
2023년 3월 17일 (금) 01:51 판
사쿠라의 거부할 수 없는 미래