使用 jQuery 制作 PNG 动画?
是否有一个简单的插件或一些强大的代码可以让我使用简单的启动和停止方法来制作 PNG 动画? TSM,亚历克斯。
[编辑:我制作了一个可以对 PNG 进行动画处理的 jQuery 插件。一切完成后将发布。]
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.]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然这不是一个“现成的”插件,但您可能有兴趣查看以下教程:
它对所有图层使用 PNG 图像。它解释了如何实现
startHim()
方法,我相信您能够将其转换为stopHim()
。除非您尝试做类似的事情,否则您也许可以浏览一下。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.