Currently, I'm on the hunt for a substitute for this specific code snippet:
"transition:background-image 1s whatever"
This particular transition only seems to function on webkit browsers, leaving Firefox users out of luck.
I experimented with utilizing opacity as an alternative, but unfortunately, that won't work for me because of the content housed within the background container - it'll vanish along with the background if I opt for opacity.
Your suggestions would be greatly appreciated. Thank you!