Home | History | Annotate | Download | only in js

Lines Matching full:selectedoffset

845     var selectedOffset = $selected.offset().top - $nav.offset().top;
846 if (selectedOffset > $nav.height() * .8) { // multiply nav height by .8 so we move up the item
849 api.scrollTo(0, selectedOffset - ($nav.height() * .8), false);