-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
There is a noticeable flicker during the switching of this._image.src. This transition period is made much longer when render / return times from the remote server are longer. To "fix" this, we move the repositioning of the image to the image onload event. This creates a VERY brief flicker, where you see the old image for a moment.
To eliminate this flicker, we could introduce a new image element that is populated and swapped programmatically. I'm not entirely certain that this is a good idea, but I am going to try this and see how it works out.
Reactions are currently unavailable