How to implement carousel effect using jQuery/JavaScript

iRule

New Member
I found a JavaScript carousel here.When you click right or left button on the webpage, the page scrolls dynamically with animation, and the animation speed of title and the content is different.
I guess it can be done with jQuery or JavaScript.Using traditional JavaScript, it is very hard to implement this moving animation effect.
It is easy to implement it without the moving animation, but when it comes to implementation with the moving animation, I think it's very hard for me.I looked up jQuery APIs for the solution, but I still didn't get the idea.Could someone anyone give me a hint how to implement this effect?
 
Back
Top