Home | History | Annotate | Download | only in js

Lines Matching refs:containerHeight

4450     var containerHeight = this.height();
4451 if (targetOffset > containerHeight * .8) { // multiply nav height by .8 so we move up the item
4454 this.scrollTop(targetOffset - (containerHeight * .8));