I'm looking for an animated Loading icon that is also transparent; however (I know I'm lazy) I dont want to make my own. Please forgive me if this is not the correct forum for this post, I've just had so much luck here in the past. does anyone know where I can find one of these....it needs to be very small (icon size).
-
http://devthought.com/wp-content/projects/mootools/APNG/Demo/ – Aug 13 '10 at 14:17
-
1http://www.chimply.com is also a good place to get loading animations and has advanced options to customize speed , size etc. – N30 Jul 06 '11 at 14:56
-
1Use http://preloaders.net/ . Its great! – Imdad Jul 04 '12 at 07:38
-
I think it's only fair to point out CSS3 as the modern alternative to gifs - http://www.w3schools.com/css3/css3_animations.asp - which would also allow the animation of pngs – Jason Jul 22 '13 at 09:43
6 Answers
http://www.ajaxload.info/ is your friend.
However, there are no "animated pngs" simply because no browser supports animated pngs.

- 310,957
- 84
- 592
- 636
-
-
9That's not absolutely correct, every Gecko-Browser and Opera do support it: http://en.wikipedia.org/wiki/APNG#Application_support – Bobby Aug 13 '10 at 14:22
-
2
There is a new website http://preloaders.net/ that generates loader icon. It is a great tool and provides much more customization options as compared to http://www.ajaxload.info/.
http://www.chimply.com/Generator also has many options but I don't like its image quality and it does not provide downloading in .png
format.
http://www.ajaxload.info/ is good, simple and has remained useful since many years. But, http://preloaders.net/ is just great!

- 5,942
- 4
- 33
- 53
Sounds like you're after generating an MNG file, but I don't know what the state of browser support for them is.

- 133,037
- 18
- 149
- 215
www.images.google.com
... use the advanced options to specify file format, size etc. –

- 3,335
- 3
- 28
- 42
You can transform any GIF animation to a PNG tile set with this convenient tool: http://labs.andregil.net/Gif2TileSet/Gif2TileSet.html
You can then animate it as a background image viewed through a "porthole" by changing the background image's position. It's explained here How to show animated image from PNG image using javascript? [ like gmail ]

- 1
- 1

- 457
- 4
- 7
There exist a jquery plugin to create animated png its called : animated png :-) http://animatedpng.info/

- 2,832
- 2
- 21
- 21