I am currently running on a slower connection than usual. And I've noticed there is no indication that the subsequent image is loading after clicking on a navigation link. The page just remains the same until the next image fully loads. This can create the illusion that the page/script is broken.
There are two possible fixes: an animation on the link clicked to get to the next image. You could also do some fading on the current image, and fade in the new image.
Or, just display the new image as it is loading (perhaps after a brief delay--250ms is generally good), which would allow reading part of the comic as it loads. (No delay, of course, if the image finished loading before 250ms.)
I prefer option 2, as you can probably tell.
Note: I noticed this before the upgrade, so it is not caused by #13.
I am currently running on a slower connection than usual. And I've noticed there is no indication that the subsequent image is loading after clicking on a navigation link. The page just remains the same until the next image fully loads. This can create the illusion that the page/script is broken.
There are two possible fixes: an animation on the link clicked to get to the next image. You could also do some fading on the current image, and fade in the new image.
Or, just display the new image as it is loading (perhaps after a brief delay--250ms is generally good), which would allow reading part of the comic as it loads. (No delay, of course, if the image finished loading before 250ms.)
I prefer option 2, as you can probably tell.
Note: I noticed this before the upgrade, so it is not caused by #13.