I think the coolest javascript effect ever is this: http://www.charliegentle.co.uk/.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.In the 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. Can anyone give me a hint to implement this effect?