A small library that creates animated thought bubbles/tooltips.
You can find a live demo here.
Download the source files. Include the JavaScript and CSS files (jQuery is required):
<link rel="stylesheet" href="../src/jquery.thoughtBubble.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src='../src/jquery.thoughtBubble.js'></script>
Currently, only font-family, color, text, bubble color, and animation speed are customizable through the plugin. Positioning can be modified by modifying the .bubble-holder class from within the plugin CSS.
For any bugs/suggestions please send me an email or submit an issue. Feel free to fork.
