Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.36 KB

three-story-controls.pathpointscontrolsprops.md

File metadata and controls

24 lines (16 loc) · 1.36 KB

Home > three-story-controls > PathPointsControlsProps

PathPointsControlsProps interface

Properties that can be passed to the PathPointsControls constructor

Signature:

export interface PathPointsControlsProps 

Properties

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