nerdyman / react-image-turntable

Display a set of images as a draggable 360 degree turntable.
https://githubbox.com/nerdyman/react-image-turntable/tree/main/example
MIT License
21 stars 1 forks source link

Add `autorotate.disableOnInteraction` #23

Closed nerdyman closed 6 months ago

nerdyman commented 7 months ago

Add autorotate.disableOnInteraction property which defaults to true to automatically set autorotate.disabled: true when slider is interacted with using the keyboard or pointer.

This should override the maxStepCount prop in #27

Needs #24

nerdyman commented 6 months ago

Same issue as #27