我创建了一个包含各种PNG的动画,但是有许多帧延伸到边框,因此节点被“填充”。动画应该看起来像,我已经使用了相同的图片创建的GIF。没有任何人知道如何使动画看起来像GIF?
GIF: Gif: Animation should look like this
实际:特别慢 Actual result of the code
边框: Here you can see the border of the physics body that has the same size of the "node's border"
我曾尝试通过切换scene.scalemode来解决这个问题。此外,我试图让依赖于纹理的大小节点的大小。看起来都不像GIF。
var data = CKEDITOR.instances.editor1.getData();
$.ajax({
url: "ajax_insertNews.php",
type: 'POST',
data: $("#newsFrm").serialize() + "&data=" + data,
success: function(result) {
loadNews();
$("#newsEditor").modal("hide");
}
});