开发者

Scroll Effect JQuery

开发者 https://www.devze.com 2023-02-27 16:31 出处:网络
I am try to create a开发者_StackOverflow中文版 website that has a menu with a little bar under it showing where you are. And when you click one of the bars in looks like the content is scrolling left

I am try to create a开发者_StackOverflow中文版 website that has a menu with a little bar under it showing where you are. And when you click one of the bars in looks like the content is scrolling left and the new content is coming from the right! How could I achieve this with jquery or something else?

Scroll Effect JQuery


I like to use the system of several floated objects within two nested wrapper divs, one with a fixed width and overflow:hidden, and the other with a width large enough to accommodate all of the inner elements.

Then slide the inner wrapper to the left. Pop off the first element and move it to the back of the queue.

Here is a jsfiddle demo: http://jsfiddle.net/karnage/wpm4E/

0

精彩评论

暂无评论...
验证码 换一张
取 消