Hi all,
I am looking to create this effect:
This allows the user to press either arrow key to scroll through a list of images that are saved as media files.
My current setup is that the user presses either button which causes the central image displayer to switch itself to displaying the next image in a list of stored media files. There’s a brief lag-period where the display changes to a black screen before it loads the new image in its place. Once it has loaded an image, it can flick back (with the left arrow) to previously loaded images with no lag at all but this will happen for all new images loaded. I’m not super happy with the effect.
Is there a better way of creating this? Is there a more efficient method (less block-intensive)?