# Scroll-to
Component name: <v-scroll-to>
# Examples
# Basic
# API
Name | Type | Description | Default |
---|---|---|---|
duration | Number | The duration (in milliseconds) of the scrolling animation. | 500 |
offset | Number | The offset that should be applied when scrolling. | -100 |
done | Event | A callback function that should be called when scrolling has ended. | - |