Closed hongchengfhc closed 4 years ago
When the apng of an acyclic animation is used, there is no problem with the first loading, and then the animation with < img > appended disappears `function addImg() { var imgD = new Image(); imgD.src = "" document.body.appendChild(imgD)
}
setInterval(function() { addImg(); }, 3000) `
Could you provide the minimal example code on codepen.io or on similar service?
Oh, I found out it was my own problem. I'm sorry.
When the apng of an acyclic animation is used, there is no problem with the first loading, and then the animation with < img > appended disappears `function addImg() { var imgD = new Image(); imgD.src = "" document.body.appendChild(imgD)
}
setInterval(function() { addImg(); }, 3000) `