我正在使用此库为PNG图像设置动画:https://github.com/pixelmatrix/animatePNG
源代码列出了一个stop()方法但是如何调用它?我想停止动画。
来源:https://github.com/pixelmatrix/animatePNG/blob/master/animatePNG.js
答案 0 :(得分:2)
看起来有点奇怪,但我这样做:
var $c = $("#container").animatePNG("spinner.png", 37, 37, 11, {horizontal: false});
$c.animatePNG.stop($c); // stop animation