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:

(source: monevator.com)
Is there anything like that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.