I have three images encoded as base64. I can display each of them in an HTML page using the following code (where … denotes suppressed chars):
<img src="data:image/png;base64, iVBOR...SuQmCC" />
Can I create animation from these images, such that they are displayed in a loop on the same place in the page, each of them for e.g. 0.1 second?