Bubbles
For want of a better word bubbles are tooltips. But we think bubbles sound better than tooltips!
Basic Bubble
This bubble is on the top
Lorem ipsum dolor sit amet, consectetur adipiscing elit
<Bubble position="up slow">Up</Bubble>
Positions
Bubbles really need to be positioned with JavaScript to make them most useful. Blaze could have overridden all title
attributes but that seemed too opinionated.
position="right"
position="left"
position="down"
Animation
This bubble moves!
animate
Apply the animate
to enable animation on each bubble.
slow, fast
Every animation comes with slow and fast modifiers.
top, bottom, left, right
Add one of these modifiers to change the origin of the animation. Default is from the center of the element.