litera / jquery-scrollintoview

Animated scroll into view jQuery plugin
http://erraticdev.blogspot.com/2011/02/jquery-scroll-into-view-plugin-with.html
231 stars 136 forks source link

Handle specific scrollable components #14

Open hazemhagrass opened 10 years ago

hazemhagrass commented 10 years ago

Handle specific scrollable component which could be useful if there is no scroll for the parent component such as (overflow: hidden)

litera commented 10 years ago

If you want specific elements to scroll I suggest you rather use scrollTo jQuery plugin which was written exactly for such scenario.

The very purpose of scrollintoview plugin is to autodetect scrollable ancestors and should stay as is to differentiate from other numerous similar plugins. But I may take it into consideration.