public onelresize(el: HTMLElement, handler: Function) {
if (!(el instanceof HTMLElement)) {
throw new TypeError("Parameter 1 is not instance of 'HTMLElement'.")
}
// https://www.w3.org/TR/html/syntax.html#writing-html-documents-elements
if (
/^(area|base|br|col|embed|hr|img|input|keygen|link|menuitem|meta|param|source|track|wbr|script|style|textarea|title)$/i.test(el.tagName)
) {
throw new TypeError(
'Unsupported tag type. Change the tag or wrap it in a supported tag(e.g. div).'
)
}
if (typeof handler !== 'function') {
throw new TypeError("Parameter 2 is not of type 'function'.")
}
let lastWidth = el.offsetWidth || 1
let lastHeight = el.offsetHeight || 1
const maxWidth = 10000 * lastWidth
const maxHeight = 10000 * lastHeight
// expand 監(jiān)聽 變大變化
// shrink 監(jiān)聽 變小變化
const expand = document.createElement('div')
//隱藏輔助元素
expand.style.cssText =
'position:absolute;top:0;bottom:0;left:0;right:0;z-index=-10000;overflow:hidden;visibility:hidden;pointer-events: none;'
const shrink = expand.cloneNode(false)
const expandChild: HTMLElement = document.createElement('div')
expandChild.style.cssText = 'transition:0s;animation:none;'
const shrinkChild = expandChild.cloneNode(false)
expandChild.style.width = maxWidth + 'px'
expandChild.style.height = maxHeight + 'px'
;(shrinkChild as HTMLElement).style.width = '250%'
;(shrinkChild as HTMLElement).style.height = '250%'
expand.appendChild(expandChild)
shrink.appendChild(shrinkChild)
el.appendChild(expand)
el.appendChild(shrink)
// 讓 expand和shrink的父元素為el
if (expand.offsetParent !== el) {
el.style.position = 'relative'
}
expand.scrollTop = (shrink as HTMLElement).scrollTop = maxHeight
expand.scrollLeft = (shrink as HTMLElement).scrollLeft = maxWidth
let newWidth = 0
let newHeight = 0
function onScroll() {
newWidth = el.offsetWidth || 1
newHeight = el.offsetHeight || 1
if (newWidth !== lastWidth || newHeight !== lastHeight) {
requestAnimationFrame(onResize)
}
expand.scrollTop = (shrink as HTMLElement).scrollTop = maxHeight
expand.scrollLeft = (shrink as HTMLElement).scrollLeft = maxWidth
}
function onResize() {
if (newWidth !== lastWidth || newHeight !== lastHeight) {
lastWidth = newWidth
lastHeight = newHeight
handler()
}
}
expand.addEventListener('scroll', onScroll, false)
shrink.addEventListener('scroll', onScroll, false)
}
巧妙監(jiān)測元素尺寸變化
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門井氢,熙熙樓的掌柜王于貴愁眉苦臉地迎上來弦追,“玉大人,你說我怎么就攤上這事花竞∑罚” “怎么了?”我有些...
- 文/不壞的土叔 我叫張陵左胞,是天一觀的道長寇仓。 經(jīng)常有香客問我,道長烤宙,這世上最難降的妖魔是什么遍烦? 我笑而不...
- 正文 為了忘掉前任,我火速辦了婚禮躺枕,結(jié)果婚禮上服猪,老公的妹妹穿的比我還像新娘。我一直安慰自己拐云,他們只是感情好罢猪,可當(dāng)我...
- 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著叉瘩,像睡著了一般膳帕。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上薇缅,一...
- 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼浮毯!你這毒婦竟也來了完疫?” 一聲冷哼從身側(cè)響起,我...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡器虾,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了蹦锋。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片兆沙。...
- 正文 年R本政府宣布库正,位于F島的核電站曲楚,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏褥符。R本人自食惡果不足惜龙誊,卻給世界環(huán)境...
- 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望喷楣。 院中可真熱鬧趟大,春花似錦、人聲如沸铣焊。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽曲伊。三九已至叽讳,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間熊昌,已是汗流浹背绽榛。 一陣腳步聲響...
- 正文 我出身青樓,卻偏偏與公主長得像昂利,于是被迫代替她去往敵國和親届腐。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...