Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js2241 Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { argument
2250 return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom'
2258 …if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return …
2281 var offsetBottom = offset.bottom
2284 if (typeof offset != 'object') offsetBottom = offsetTop = offset
2286 if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
2288 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)
2311 top: scrollHeight - height - offsetBottom
2356 if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom
H A Dbootstrap.min.js7 …ar c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBotto…