Stefano Cappa

Results 91 comments of Stefano Cappa

I'm also interested on this feature

Hi, good question, I don't remember this. Which kind of behaviour are you trying to implement? What is your scenario?

> In manual it says that show$ is fired BEFORE image visible Are you saying that show$ is fired AFTER instead of BEFORE? > if it is possible to programmatically...

Mmm ok now I understand. Yes it Is asynchronous. I'll try to do some experiments.

I made some experiment but I don't know which workaround could work to implement this. I modified the code of the library to emit the event after a delay and...

Yes, but it's a workaround, I cannot add this feature to a library used by many other people. This could cause other issues or misuses. The right way to implement...

Hi @yarozar, you cannot override that functions, but you can listen for events. In this repo there are official example projects. You can listen for events in this way [HERE](https://github.com/Ks89/angular-modal-gallery/blob/develop/src/app/modal-gallery/modal-gallery.component.ts#L526C16-L526C22)...

I'm sorry for the huge delay, but I'am really busy this week. I'll try to read and answer and your issues next week.