cloud9carousel icon indicating copy to clipboard operation
cloud9carousel copied to clipboard

Possible to move carousel in constant speed?

Open coco175 opened this issue 5 years ago • 1 comments

What has to be done in order to move the carousel in a constant motion? Not jumping from one item to the next... I am looking for a constant, smooth turning of the items,. I s that possible? Thanks

coco175 avatar Jan 31 '20 06:01 coco175

That would be possible by adjusting the formula that calculates by how much the carousel will rotate between two animation frames:

https://github.com/specious/cloud9carousel/blob/c25c4ccf21c0f831142b313d0e733b79a6731bb2/jquery.cloud9carousel.js#L215-L217

A pull request for a feature that would enable selecting, for example, among multiple easing functions that govern the motion would be quite appreciated.

specious avatar Nov 16 '21 11:11 specious