Is it possible to make the hiding on popover a bit faster ?
I was trying to tinker with the 'hide' property but no luck so far.
$(this).popover({
title: node.name,
html: true,
container: 'body',
placement: 'right'
hide: function() {
$(this).animate(function() {
//can something be done here?
});
}
});
Thanks for help.
Bootstrap popovers