I am working on a wesbsite here: http://www.benjaminpotter.org/portfolio2/
Look at the loading splash, it looks all good but not in Firefox. Do you know why background positions being animated in jquery don’t work in Firefox? Have a look at the script attached to it called animate here.
As noted by dzejkej, separate values for background-position are not part of the standard and not supported by Firefox. As noted on the jQuery
animate()page:And that means that
background-positiondoesn’t qualify, as it requires two values, x pos and y pos.You will have to use an animation plugin. Unfortunately, at the moment the jQuery plugins site is down, so I have provided a version that works in Firefox here:
Please see this page for reference on it’s use.