Background Position animation in jQuery not working in Firefox

前端 未结 3 624
迷失自我
迷失自我 2020-12-11 11:49

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 backgrou

3条回答
  •  不思量自难忘°
    2020-12-11 12:44

    background-position-x is non standard CSS property and it is not supported by Firefox.

    See:

    • http://snook.ca/archives/html_and_css/background-position-x-y
    • https://stackoverflow.com/a/8175460/1011582

提交回复
热议问题