packages/docs/src/pages/en/features/scrolling.md
Handle scrolling within your application by using the goTo function.
<PageFeatures /> <PromotedEntry />The goTo method takes two parameters target and options. target can be either a pixel offset from the top of the page, a valid css selector, or an element reference. options is an object that includes duration, easing, container, and offset.
<ExamplesExample file="scroll/usage" />| Directive | Description |
|---|---|
| useGoTo | The useGoTo composable |