pannellum icon indicating copy to clipboard operation
pannellum copied to clipboard

Is it possible to recreat the kuula movement?

Open azevedomt82 opened this issue 4 years ago • 1 comments

The pannellum movement is a bit "stiff" compared with kuula, where the movement has more fluidity. Is there a way to recreate something like that?

Sorry, I know that this is more of a "feature request" than an issue...

azevedomt82 avatar Oct 06 '21 12:10 azevedomt82

You'd have to modify the onDocumentMouseMove function in pannellum.js to use a different algorithm. The current behavior is intentional, with the goal of having the drag location follow the pointer / finger. Personally, I find the Kuula movement "rubber bandy" and unresponsive, so it's a matter of taste. That's not to say that the current algorithm can't be improved, such as by potentially adding some degree of smoothing, but that the Kuula algorithm seems to have a different goal.

mpetroff avatar Oct 11 '21 14:10 mpetroff