Remove sleep

This commit is contained in:
kwaroran
2025-04-28 15:47:06 +09:00
parent 05c51f333f
commit 780cbce164

View File

@@ -27,7 +27,6 @@
target.appendChild(paddingEle)
sleep(100).then(() => {
const observer = new IntersectionObserver((v) => {
if(v[0].intersectionRatio > 0.5){
seen = true
@@ -46,7 +45,6 @@
}
}
})
})
$effect(() => {
if(seen){