Searched refs:offsetBottom (Results 1 – 2 of 2) sorted by relevance
2241 Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { argument2250 return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom'2258 …if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return …2281 var offsetBottom = offset.bottom2284 if (typeof offset != 'object') offsetBottom = offsetTop = offset2286 if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)2288 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)2311 top: scrollHeight - height - offsetBottom2356 if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom
7 …ar c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBotto…