First of all,check out this image
![]()
Gmail uses this image to display the animated emoticon.
How can we show such animation using a png image?
|
|
|||
|
|
|
I leave you a rough example so you can get an starting point: I will use a simple div element, with the CSS Needed:
Markup needed:
The trick is basically to scroll the background image sprite up, using the We need to know the JavaScript implementation:
EDIT: You can also set the CSS properties programmatically so you don't have to define any style on your page, and make a constructor function from the above example, that will allow you to show multiple sprite animations simultaneously: Usage:
Implementation:
Notice that I added a
Check the above example here. |
|||||||
|
|
Take a look at this: |
|||
|
|
|
Set the background image of an element to the first image, then use javascript to change the image by altering the style every x milliseconds. |
|||
|
|
|
CMS's answer is fine, but there's also the APNG (animated PNG) format that you may want to use instead. Of course the first frame (the one displayed even by browsers that don't support APNG) should be the "ending" frame and just specify to skip the first frame in the file. |
|||
|