My current project involves utilizing a fantastic plugin called Sequence.js for creating animations and transitions with CSS3 based on jQuery. I have set up a simple responsive fadeIn-fadeOut slideshow using this plugin.
While everything works smoothly and as expected on Chrome and Firefox, I am facing issues with Opera where the entire animation gets stuck. Additionally, Safari is causing some strange behavior - the frame initially fades in, then disappears shortly after, reappears after about 5 seconds (when the next frame should start animating), fades out, and the cycle repeats.
I'm struggling to understand why this is happening. You can see the issue in action here:
Any suggestions on how to fix this problem so that it works seamlessly like it does on Chrome/Firefox or even with fallback support for IE?