Searched refs:offsetBottom (Results 1 – 2 of 2) sorted by relevance
2458 Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { argument2467 return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom'2475 …if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return …2498 var offsetBottom = offset.bottom2501 if (typeof offset != 'object') offsetBottom = offsetTop = offset2503 if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)2505 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)2528 top: scrollHeight - height - offsetBottom2573 if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom
6 …ar t=l(this),e=t.data();e.offset=e.offset||{},null!=e.offsetBottom&&(e.offset.bottom=e.offsetBotto…