UNPKG

adui

Version:

<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>

9 lines (7 loc) 243 B
const detectStickySupport = () => { const el = document.createElement("a") const { style }: any = el style.cssText = "position:sticky;position:-webkit-sticky;" return style.position.includes("sticky") } export { detectStickySupport }