-3

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
(source: monevator.com)

Is there anything like that?

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Jörg Brenninkmeyer
  • 3,304
  • 2
  • 35
  • 50

2 Answers2

1

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
  • 7,676
  • 1
  • 24
  • 33
0

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

Piotr Rochala
  • 7,748
  • 2
  • 33
  • 54