When using fullscreen image gallery and blending between pictures, some images are much bigger and takes some time to load and show up.
Yes, there is a function called onload
which is called when image is loaded. Unfortunately, if image is really high quality, it takes some time to show up or render after load event.
My question is, how can I get know when image is rendered/showed up so I can do proper blending ? When blending .. old image fades out, then I change an image and then I fade a new image in. Unfortunately, if image takes some time to show, it fades "nothing" in and then image will show up immediately.