Home > three-story-controls > PathPointsControlsProps
Properties that can be passed to the PathPointsControls constructor
Signature:
export interface PathPointsControlsProps
Property | Type | Description |
---|---|---|
duration? | number | (Optional) Transition duration, defaults to 1 |
ease? | string | (Optional) Transition easing, defaults to power1 |
swipeThreshold? | number | (Optional) Threshold of swipe distance that triggers a transition. Defaults to 60 |
useKeyboard? | boolean | (Optional) Use keyboard arrow keys as navigation, defaults to true |
wheelThreshold? | number | (Optional) Threshold of wheel delta that triggers a transition. Defaults to 15 |