Use Lenis to use smooth scroll to anchors

This commit is contained in:
2022-09-19 20:09:28 +02:00
parent f37a84d4f3
commit 486213ac77
7 changed files with 80 additions and 129 deletions

View File

@@ -26,9 +26,7 @@
// Scroll to anchor
await tick()
$smoothScroll.scrollTo(document.getElementById('poster').offsetTop, {
duration: 2
})
$smoothScroll.scrollTo('#poster', { duration: 2 })
}
</script>