You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This used to be just a [ponyfill](https://ponyfill.com) for `Element.scrollIntoViewIfNeeded` but is currently being rewritten to cover `Element.scrollIntoView(ScrollIntoViewOptions)` including the new `scrollMode: "if-needed"` option.
7
-
This readme will be updated when it's ready for stable release.
9
+
This used to be just a [ponyfill](https://ponyfill.com) for
10
+
`Element.scrollIntoViewIfNeeded` but is currently being rewritten to cover
11
+
`Element.scrollIntoView(ScrollIntoViewOptions)` including the new `scrollMode: "if-needed"` option. This readme will be updated when it's ready for stable
If the default smooth scrolling ponyfill isn't the duration or easing you want, you can provide your own scrolling logic by giving `behavior` a callback.
81
+
If the default smooth scrolling ponyfill isn't the duration or easing you want,
82
+
you can provide your own scrolling logic by giving `behavior` a callback.
If the default smooth scrolling ponyfill isn't the duration or easing you want, you can provide your own scrolling logic by giving `behavior` a callback.
47
+
If the default smooth scrolling ponyfill isn't the duration or easing you want,
48
+
you can provide your own scrolling logic by giving `behavior` a callback.
0 commit comments