Searched refs:offsetTop (Results 1 – 7 of 7) sorted by relevance
18 const offset = element.offsetTop - 50;
2458 Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { argument2463 if (offsetTop != null && this.affixed == 'top') return scrollTop < offsetTop ? 'top' : false2466 if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom'2474 if (offsetTop != null && scrollTop <= offsetTop) return 'top'2497 var offsetTop = offset.top2501 if (typeof offset != 'object') offsetBottom = offsetTop = offset2502 if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element)2505 var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom)2574 if (data.offsetTop != null) data.offset.top = data.offsetTop
6 …=e.offsetBottom&&(e.offset.bottom=e.offsetBottom),null!=e.offsetTop&&(e.offset.top=e.offsetTop),i.…
27 elt.style.top = (elt.offsetTop - y1) + "px";
187 v.MouseState.y = event.pageY - this.offsetTop;
287 v.MouseState.y = event.pageY - this.offsetTop;
590 v.MouseState.y = event.pageY - this.offsetTop;