Auto Scroll Manager Plugin
The Auto Scroll Plugin helps orchestrate scrolling to components based off of 3 scenarios:
- On page load
- On validation trigger
- On first appearance after page load
Usage
Pull in the plugin and attach it to a player instance:
Next you’ll use the provided useRegisterAsScrollable
hook to register a component as a scrollable target in a useLayoutEffect
or similar hook.