There are a few posts on this topic including this one, but none that are specific enough to adapt to my setup.
I need to chain delays together to 'cycle' through the hover states of these four divs: #sectiontrigger1
, #sectiontrigger2
, #sectiontrigger3
, #sectiontrigger4
based on a timer of 3200 ms.
I also need this sequence to loop, for example when the 4th (#sectiontrigger4
) div timer ends the cycle resets and the hover state is applied to the first div (#sectiontrigger1
) again. This loop needs to repeat indefinitely.
Can this be achieved with jQuery?