I have inherited a legacy project containing some 20+ APNG files that are considered instrumental to the design of the site. However, for whatever reason, Safari plays these APNG files twice where every other browser I have tested them in plays them only once because they were created with the loop count (num_plays) set to 1. This is standard because 0 means loop forever.
I understand APNG may be considered a thing of the past at this point; but, assuming I cannot change this part of the project, do I have any means of getting Safari to play the animations only once as designed? Or am I looking at some rancid Safari only fallback?
Here is an example of one of the images:
Thanks!