简体   繁体   中英

cycle divs in jquery animation

i have a <div> wrapped inside a container with overflow:hidden activated. i have seven other <div> placed at the bottom of the wrapper, hidden. there is one <more> button which animates the current <div> to hide and the next <div> to show up.

I am trying to imitate nikebetterworld UI . my main concern is how to cycle the <div> so that one goes up and the other comes up in its place. then the second one goes up and the next one takes its place.

Can someone help?

I think what you want is animation chaining: http://blog.gridworlds.com/js/animation-chains-with-jquery

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM