Scroll Event

Hi,

I need to do certain set of operations on ‘Scroll Event’ like moving the image or change page something like that.

Can anyone throw some light on this please?

Thanks,

Hi Somendu,

Probably asking in the wrong forum but you should start here: https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event.

And if you’re using Flow you can add any event listener with component.getElement().addEventListener(...).

Problem solved.