Firefox doesn't support backgroundPositionX, but it does support background position
So we can do something like this:
psy.style.backgroundPosition = x+'px 0';
This sets the background position, X first, then Y.
Working example here
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…