Please look at the individual auction box on following site:
bidcactus.com
I would like to create a widget on my website (235px x 250px) similar to that. However I want the widget to scroll automatically through 10 different auctions in a single 235×250 px window.
Here are the behaviors I want:
1. The bid increments by 1 penny
2. Every time there is a bid increment, the bidder name must change. Bidder name can be pulled from a pre-defined array
3. Each bid increment adds 5 second to the reverse timer
4. Bid increments should be random
5. Please look at the text effect when the bid increment occurs. I want the same effect
6. When the timer hits 5 second mark, the font on the timer should turn red. If it goes higher than 5 second it should turn back to black color.
7. If the bidding stops, and timer winds down to zero. The item should be marked as “sold”
8. As I said, I want 10 different items listed and I want them to scroll automatically through each item after every 5 seconds or so. It needs to continuously loop through those items
Here are the variables I need to have control over:
Preferably all the variables should be defined in an array.
1. Item Image
2. Item description
3. Starting Bid
4. Starting Counter time
5. Bidder name
6. Time interval between scrolling to the next item
