cloud9carousel
cloud9carousel copied to clipboard
Possible to move carousel in constant speed?
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
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.