Javascript scrollIntoView() middle alignment?

后端 未结 10 1400
刺人心
刺人心 2020-12-13 03:41

Javascript .scrollIntoView(boolean) provide only two alignment option.

  1. top
  2. bottom

What if I want to scroll the view such t

10条回答
  •  甜味超标
    2020-12-13 04:01

    To support all options in scrollIntoViewOptions for all browsers it's better to use seamless-scroll-polyfill (https://www.npmjs.com/package/seamless-scroll-polyfill)

    Worked for me.

    Here is a link with explanation https://github.com/Financial-Times/polyfill-library/issues/657

提交回复
热议问题