hakimel / stroll.js

CSS3 list scroll effects

Home Page:http://lab.hakim.se/scroll-effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to scroll to an element programatically?

slead opened this issue · comments

Is it possible to scroll the list to a certain element programatically? eg scroll down so that "21" is centered in the display.

Thanks

Never mind, I found a resolution using jQuery and .scrollTop (http://api.jquery.com/scrollTop/)

Thanks for posting a great piece of code.