scrollAndResizeListener
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Param | Type | Details |
|---|---|---|
| listener | function | The function to run when the event occurs |
| function | Runs the function when the event occurs. |
scrollAndResizeListener.bindListener(function(){
console.log('Window Scrolled or Resized');
});
Was this page helpful?