views:

61

answers:

2

I'm looking for a jquery (or other javascript) plug-in that shows and animates numbers like a high-score on a gaming machine, similar to this:

alt text

Is there anything like that?

+1  A: 

You could do that so simply by using a transparent PNG as a foreground image to make the shadow gradient on the slot, a large background image applied to each of the slot elements with your "BAR" and "7" and such, then you could animate the css background-position property on the slot elements using jQuery. There isn't a "slot machine" plugin out there already written that I know of, but it's painfully simple to do with whats already in the jQuery library.

Ryan Lynch
A: 

No, there is no such plugin. You can always write it yourself.

rochal