I am making simple vertical loop animation with jQuery and I am stuck in the middle right now.
What I want to achieve firstly is make a vertical infinite loop animation like slot machine which is triggered by START button.(STOP button is not necessary this time).
Here’s my example.
http://jsfiddle.net/nori2tae/qWM56/
(I’m not a javascript expert, patchworked these codes from other source, so go easy on me.)
Secondary, I want to duplicate this chunk twice and make them align side by side like slot machine.
Need a little help.
I used alphanyx’s version, added “last” class to the last div to make it synchron:
http://jsfiddle.net/Bn7Kq/6/