Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionI'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://www.ajaxload.info/ is your friend.
However, there are no "animated pngs" simply because no browser supports animated pngs.
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!
Sounds like you're after generating an MNG file, but I don't know what the state of browser support for them is.
www.images.google.com
... use the advanced options to specify file format, size etc. –
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 ]
There exist a jquery plugin to create animated png its called : animated png :-) http://animatedpng.info/
精彩评论