Use Lenis to use smooth scroll to anchors
This commit is contained in:
@@ -26,9 +26,7 @@
|
||||
|
||||
// Scroll to anchor
|
||||
await tick()
|
||||
$smoothScroll.scrollTo(document.getElementById('poster').offsetTop, {
|
||||
duration: 2
|
||||
})
|
||||
$smoothScroll.scrollTo('#poster', { duration: 2 })
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user