After creating a 3D carousel using jQuery and CSS3, I am looking to enhance it with swiping support. While there are plenty of libraries available for detecting swipes, I specifically want the carousel to start rotating slowly when the user swipes slowly. I don't just want to detect swiping; I want it to feel like a physical interaction.
If a user clicks on the next or previous page, the carousel should navigate accordingly with an animated effect. Adding this slow swiping feature will require careful consideration of how to detect slow swipes and seamlessly integrate them into the existing codebase.