Use ZenScroll for smooth scroll on anchors
This commit is contained in:
@@ -57,19 +57,6 @@ export const isInViewport = element => {
|
||||
|
||||
|
||||
|
||||
/*
|
||||
** Smooth Scroll
|
||||
*/
|
||||
export const smoothScroll = (event, element = null) => {
|
||||
document.querySelector(element).scrollIntoView({
|
||||
behavior: 'smooth',
|
||||
block: 'start'
|
||||
})
|
||||
event.preventDefault()
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
** Random String Generator
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user