Hello, @davidmz -san.
apng-canvas is nice solution to us.
I got a little bug, when I used this library.
When scrolling in mobile browsers
apng-animation is skipped because stopped javascript. So, I reset nextRenderTime when there is a difference in the nextRenderTime and Date.now.
Finished flag
finished changed to true, when played changed to false.
And I needed currentTime. So I added getTime function.
Thanks.
Hello, @davidmz -san. apng-canvas is nice solution to us. I got a little bug, when I used this library.
Date.now
.finished
changed to true, whenplayed
changed to false.And I needed currentTime. So I added getTime function. Thanks.