background attachment: fixed not working on android/ios

前端 未结 4 1468
暗喜
暗喜 2021-01-07 01:44

This is my code:

4条回答
  •  -上瘾入骨i
    2021-01-07 02:36

    To parallax properly on mobile use perspective. Parallaxing with JS or background-attachment:fixed; doesn't work properly on mobiles.

    https://developers.google.com/web/updates/2016/12/performant-parallaxing

提交回复
热议问题