LavaLamp 1.3 Demos

Choose an Easing Style

Traditional - Horizontal with Image - Ease In - Back

Variable with Image - Ease Out - Back

first, the code

$("#lavaLampVariableImage").lavaLamp({
	fx: "easeOut,
	speed: 800,
	linum: 1
});
always set to Obama, 2nd element in the list ( list arrays start with index 0 )

Style Only with Vertical and Height test - Ease In/Out - Back

Vertical Style Only - Ease Out - Back

first, the code

$("#lavaLampVertical").lavaLamp({
	fx: "easeOut",
	speed: 1000,
	click: function() {return false;}
});
the 'onClick' function is set to return false: links will not activate when clicked, but the hover still locks on.

Have Fun! - Ease In/Out - Back