File manager - Edit - /usr/share/nodejs/@popperjs/test-utils/utils/simulateScroll.js
Back
export default function simulateScroll( element, { scrollTop, scrollLeft, delay } ) { const scrollingElement = element === document.body ? document.scrollingElement || document.documentElement : element; const applyScroll = () => { if (scrollTop !== undefined) { scrollingElement.scrollTop = scrollTop; } if (scrollLeft !== undefined) { scrollingElement.scrollLeft = scrollLeft; } }; if (delay !== undefined) { setTimeout(applyScroll, delay); } else { applyScroll(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.39 |
proxy
|
phpinfo
|
Settings