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:
Is there anything like that?
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:
Is there anything like that?
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.