ele.scrollIntoView();
behavior
option isn't supported in IE and Safari.ele.scrollIntoView({ behavior: 'smooth' });
scroll-behavior: smooth;``It [is not supported](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior#Browser_compatibility) in IE and Safari.