Note: To modify the options described below find the default line of code specified for each option.
.animateHide { true | false }true disappears by fading out gradually; when false disappears immediately.this.animateHide = true;.hideSpeed { # of milliseconds }0 disappears instantly).this.hideSpeed = 500;.maxOpacity { range: [ 0, 1 ] }1 will make the tooltip semi-transparent.this.maxOpacity = 1;.showSpeed { # of milliseconds }0 appears instantly).this.showSpeed = 500;.showTime { # of milliseconds }this.showTime = 10000;.stalking { true | false }true follows the mouse cursor; when false only uses mouse coordinates when fading in.this.stalking = false;.wordbreak { # of characters }this.wordbreak = 60;.wordwrap { # of characters }this.wordwrap = 55;