How to emulate CSS Scroll Snap Points in Chrome?

前端 未结 5 1680
故里飘歌
故里飘歌 2020-12-31 06:09

Firefox 39, Safari 9 and IE11 provide support for CSS Scroll Snap Points. Chrome has the feature in development.

Is there a polyfill that would emulate the following

5条回答
  •  死守一世寂寞
    2020-12-31 06:54

    Here's another polyfill: https://github.com/ckrack/scrollsnap-polyfill/

    It should also be noted that the specification for CSS Snap Points has changed and no longer includes some of the properties asked for, as well as adding new ones.

提交回复
热议问题