You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to disable scroll animation when I set scroll position with scrollTo()?
Like.. when I do .
this.$refs.Scrollbar.scrollToY(1000)
My window scroll to the position as if someone is scrolling to the location manually. Is there a way to disable it, and instead jump to the scroll location?
The text was updated successfully, but these errors were encountered:
Is there a way to disable scroll animation when I set scroll position with scrollTo()?
Like.. when I do .
My window scroll to the position as if someone is scrolling to the location manually. Is there a way to disable it, and instead jump to the scroll location?
The text was updated successfully, but these errors were encountered: