$('.test1').stickyTooltip();
bgcolor : 'black',
color : 'white',
sinEnter : true,
sinOut : true,
sinYRange: 100,
speedOut : 1500,
speedEnter : 2000,
position : 'TL',
animation : true
$('.test2').stickyTooltip({position:'BR',animation : false});
bgcolor : 'black',
color : 'white',
sinEnter : true,
sinOut : true,
sinYRange: 100,
speedOut : 1500,
speedEnter : 2000,
position : 'BR',
animation : false
$('.test3').stickyTooltip({position:'RT'});
bgcolor : 'black',
color : 'white',
sinEnter : true,
sinOut : true,
sinYRange: 100,
speedOut : 1500,
speedEnter : 2000,
position : 'RT',
animation : true
$('.test4').stickyTooltip({position:'L'});
bgcolor : 'black',
color : 'white',
sinEnter : true,
sinOut : true,
sinYRange: 100,
speedOut : 1500,
speedEnter : 2000,
position : 'L',
animation : true