How to emulate CSS Scroll Snap Points in Chrome?

前端 未结 5 1682
故里飘歌
故里飘歌 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

    I found a polyfill: https://github.com/zigotica/scrollSnapPointsPolyfill

    Haven't tested it extensively.

提交回复
热议问题