forcedotcom / scrollerjs

A JavaScript library that helps you build performant UI components for the web.
http://scrollerjs.com
Apache License 2.0
636 stars 63 forks source link

How does scrollTo method work #37

Open rftb opened 4 years ago

rftb commented 4 years ago

Is it possible to do a click function that when an item in the scroller is clicked, that item transitions to the middle of the viewport for a vertical scroller?

ScrollTo seems like what we need, but not sure how to implement it.