Home
last modified time | relevance | path

Searched refs:offsetBottom (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js2458 Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { argument
2467 return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom'
2475 …if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return …
2498 var offsetBottom = offset.bottom
2501 if (typeof offset != 'object') offsetBottom = offsetTop = offset
2503 if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
2505 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
2528 top: scrollHeight - height - offsetBottom
2573 if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom
H A Dbootstrap-3.4.1.min.js6 …ar t=l(this),e=t.data();e.offset=e.offset||{},null!=e.offsetBottom&&(e.offset.bottom=e.offsetBotto…