I am trying to create a counter similar to here . What is calculated by stretching / compressing images.
But I prefer to use sprites than images for numbers. The only problem is that I don't see a way to animate a background image stretched using javascript. I know there is a css3 property for the background size, but is not available for the jquery animation method and is a bit strange.
Is there any other way I could do this? Is there a way to use image sprites instead of background images?
Damon source
share