Can animations on different widgets be triggered by a single widget simultaneously?

I have set up animations on two different widgets, to be triggered by the same widget on tap. It works but not at the same time so the first animation works on the first tap, and you have to tap again for the second. Is there a way to make them work at the same time?

It’s to make an image appear and move down, and the image below to move below it.

Thanks in advance!

hey… I don´t get exactly the set up, but maybe this helps: you could place a transparent shape above both images and use this as the trigger…

That works, thank you!