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(){
$('#tags').sphere3d({
elems: 'li',
elems_opacity: true,
scale: 0.92,
reveal: 1,
set_width: false,
set_fontsize: true
});
});
nav( 'Destroy Sphere 3D', function(){
$('#tags').sphere3d( false );
});
nav( 'Benchmark', function(){
$('#tags').sphere3d({
benchmark: true,
elems: 'li',
scale: 0.92,
reveal: 1,
set_width: true,
set_fontsize: true
});
$('#tags').sphere3d( false );
});
});