yeah that's a pretty cool thing. Certainly not flash.
When you inspect the element in chrome (or whatever browser) you get:
Code:
$('#portfolio').innerfade({
displaystate: 1,
speed: 'slow',
timeout: 3500,
type: 'sequence',
containerheight: '40px'
});
So it looks like he/she is using a jQuery plugin called
innerfade and then setting a fade animation on the div.
Pretty simple and a real cool effect. Thanks for sharing!
-Adam