Is there a simple plugin or some robust code that would allow me to animate PNGs with a simple start and stop method? TSM, Alex.
[Edit: I made a jQuery plugin that animates PNGs. Will post when it’s all done.]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While this is not an “off-the-shelf” plugin, you may be intrested in checking out the following tutorial:
It uses PNG images for all the layers. It explains how to implement a
startHim()method, which I’m sure you’ll be able to convert into astopHim(). You may probably be able to skim through it, unless you are trying to do something similar.