I'm currently working on a CSS-only background animation project. The goal is to have images or colors moving from left to right in an infinite loop.
The code I have works as intended, but I've encountered some issues on mobile devices (specifically tested on Chrome 85.0.4183.127 for Android and Firefox Dev Tools for iPhone 6/7/8 iOS 11), where the animation interferes with Bootstrap's Navbar Toggler.
Apologies for the lengthy code - I couldn't replicate the issue with a shorter version. Any suggestions or solutions?