I have two images side by side I want to animate them to make a pulse like animation. My question is how do I do it so that they alternate between each other as follows:
duration is 8 min---->
- image 1 triggered for 20 sec while image 2 waits
- image 2 triggered for the next 20 sec while image 1 waits
- image 1 triggered again for 20 sec while image 2 waits
- and so on until the 8 min are over.
My issue isn't with the animation itself. It's with triggering the animation at these specific times while my timer is counting down.