Your generous donation allows me to continue developing and updating my code!
With jQuery Sphere 3D you can...
HEADER
The code
$(function(){
nav( 'Create Sphere 3D', function(){
$('#photos').sphere3d({
elems: 'li',
scale: 0.95,
reveal: 1
});
});
nav( 'Destroy Sphere 3D', function(){
$('#photos').sphere3d( false );
});
nav( 'Benchmark', function(){
$('#photos').sphere3d({
benchmark: true,
elems: 'li',
scale: 0.95,
reveal: 1
});
$('#photos').sphere3d( false );
});
});















































