Background Effect
Permalink
I have a client that wants a particular effect I haven't seen done before. They want to take this sitehttp://www.bloodsweatandtears.com... and strip the homepage down to just a logo and a click here or enter button.. and they want it so that if you run your mouse over the logo the background image starts flipping rapidly through different photos until you take you mouse off the logo and then the background would stop on whatever photo it was on at the time you take your mouse off it.. Similar to this website..http://www.dugdale.tv/. Please let me know if this effect can be done and for how much. If a loader needs to be added to load the images before the effect starts happening.. I suppose that would be ok.
Please have a look at thishttp://tympanus.net/TipsTricks/FastHoverSlideshow/index2.html...
Cheers!!!!
Cheers!!!!
you can find snippet code online for such effects. Its basically a hover effect with jquery
Take any image slideshow
make sure the slideshow allows cycling images and doesn't just stop on last
make sure the slideshow has an api you can use at least for next and previous
set the slideshow on high speed (most have a speed setting)
make your logo move the slideshow to next slide on hover
Tricky part is to make it move to the next one continuously
It seems the website you're using as an example is using this pluginhttp://jquery.malsup.com/cycle2/...