I want a simple image crossfade, similar to http://malsup.com/jquery/cycle/, but with a pre-loader. Is there a good jQuery plugin that does both? Also, I'm not looking for a load bar.
This question is close, but not the same => jQuery Crossfade Plugin
It would be great if it was a solution that defaulted to CSS3, but would otherwise fall back to JS to keep the processing native as possible.
Looking for something that..
- will autoplay
- without controls
- will go to the next image based on time setting, ie. 5 seconds, unless the next image isn't loaded in which case it finishes loading the image and then displays it.
- crossfade transition, not fade to black or white, but cross-fade. from the start it would fadein.
- no thumbnails or galleries, etc. just the image
- If images could be CSS background images, that would be best, so users can't drag out the image simply
- Each panel needs to be clickable so a user could click the image and go to a part of the website.