Description
Adding a new scroll-into-view functional modifier that mimics the native scrollIntoView.
API
The arguments are chosen to closely mimc the API of the native scrollIntoView, which accepts an object parameter. We also introduce a boolean/promise to conditionally trigger the scrollIntoView functionality.
Description Adding a new scroll-into-view functional modifier that mimics the native scrollIntoView.
API The arguments are chosen to closely mimc the API of the native scrollIntoView, which accepts an object parameter. We also introduce a boolean/promise to conditionally trigger the scrollIntoView functionality.
Examples