Skip to content

Commit

Permalink
docs(ScrollControls): update references to default smoothScroll value…
Browse files Browse the repository at this point in the history
…s to be the actual default value used
  • Loading branch information
JvanderHeide authored Jan 31, 2025
1 parent 0b2424f commit a7870f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/controls/scroll-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The elements that you pass as a slot will be affected by the scroll effect, and
| :--------------- | :------------------------------------------------------- | ------- |
| **pages** | The length of the scroll (not available with htmlScroll) | `4` |
| **distance** | The distance to move the objects | `4` |
| **smoothScroll** | The smooth factor of the scrolling. | `0.5` |
| **smoothScroll** | The smooth factor of the scrolling. | `0.1` |
| **horizontal** | Whether the scroll is horizontal or vertical. | `false` |
| **htmlScroll** | Whether to use the native HTML scroll. | `false` |

Expand Down
2 changes: 1 addition & 1 deletion src/core/controls/ScrollControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface ScrollControlsProps {
* The smooth factor of the scrolling.
*
* @type {number}
* @default 0.5
* @default 0.1
* @memberof ScrollControlsProps
*/
smoothScroll?: number
Expand Down

0 comments on commit a7870f0

Please sign in to comment.