Automattic / antiscroll

OS X Lion style cross-browser native scrolling on the web that gets out of the way.
1.07k stars 162 forks source link

Possible to programmatically scroll? #37

Closed dmigliorisi closed 11 years ago

dmigliorisi commented 11 years ago

Is it possible to scroll to a specified point inside the antiscroll component, maybe with a keypress?

Radagaisus commented 11 years ago

Yes. Just a regular jQuery.animate to the scrollTop will do. Will post a snippet soon.

dmigliorisi commented 11 years ago

Yes, I decided to do it that way, but thought there might have been something else.

rauchg commented 11 years ago

Native .scrollTo should work.