update home page
This commit is contained in:
@@ -53,7 +53,7 @@ export function Counter({
|
||||
requestAnimationFrame(animate);
|
||||
}
|
||||
},
|
||||
{ threshold: 0.3 }
|
||||
{ rootMargin: "0px 0px 20% 0px", threshold: 0.01 }
|
||||
);
|
||||
|
||||
observer.observe(el);
|
||||
|
||||
Reference in New Issue
Block a user