Using HTML and canvas, create a random interimage transition by storing the new screen image in an offscreen buffer and randomly copying pixels from it to the display area, overlaying the pixels already at those locations. When the vast majority of the pixels have been copied, copy the entire new image to the display area to be sure you're displaying the complete new image.