Display your GIFs in a WebViewer, which can detect clicks and fire events.
ㅤThe screenshot shows how the names of each gif are displayed as I click on them.ㅤ
ㅤStop & Playㅤ
I was making an extension to display Lotties from Assets and I thought that if you can display Lotties animations using WebViewer, why not display GIFs in a similar way, although it has limitations, it is also very useful.
Will this extension show more than one gif in one Webviewer?
If no, why it need an id parameter? since the webviewer can be used as the unique identifier.
If it is interesting, from what I read it shows image by image in a picture component, which makes it easy to change the speed by means of a clock, maybe even stopping, pausing and playing again would be feasible in that method.
In a moment I will have access to the computer and I will see the aia.
I tried to use several WebViewers with their own different gifs, but the same gif appeared in all of them, and it was easy for me to put an ID on the function. It never occurred to me to solve it without putting an ID, but I will review that today.
I have tried the extension that @TIMAI2 shared, it is very good, but I saw that you can only use 1 gif, it does not take each component of the image as a unique identifier, I tried in my extension that the component was the identifier, but it changes constantly, when starting it gives an id and when clicking it changes the id of the component, so I decided to keep the id parameter so that the event works well.
I added an id when initializing the WebViewer so that it would properly capture the event, but you're right, it's better to add an id to the rest at once to better locate it when using the blocks.