Does scrollIntoView work in all browsers?

前端 未结 6 502
不思量自难忘°
不思量自难忘° 2020-11-29 00:46

Does scrollIntoView() work in all browsers? If not is there a jQuery alternative?

6条回答
  •  半阙折子戏
    2020-11-29 01:38

    I use Matteo Spinnelli's iScroll-4 and it works in iOS safari as well. It has three methods scrollTo, scrollToElement and scrollToPage. Let's say you have an unordered list of elements wrapped inside a div. As Robert Koritnik has written above, you need to have that slight animation to show that you have scrolled. The below method achieves that effect.

    scrollToElement(element, time); 
    

提交回复
热议问题