12
Caption Crossfader in jQuery
I came across this nice Flash image crossfader at Hunter Boots and thought I’d have a go at creating something similar in jQuery. Basically it crossfades images when one of the text columns is hovered over, then slides the caption across (makes better sense if you look at the demo).
You can View the Demo here. Or download it here (188kB).
I used the following jQuery plugins:
- Hover Intent (so there’s a bit of delay in triggering the columns)
- Easing (for the caption animation)
- Color Animations (for the column backgrounds)
With everything put together the actual javascript file is only about 5kB - so nice and compact. Please feel free to adapt or improve it!
Tags: jquery











