Thema Tooltips & Popover
Thema panel elements.Tooltips & Popover
Animated popover ussing animate.css
Normal popover easing-in
Positioning
data-placement="top"
- Top placement
data-placement="bottom"
- Bottom placement
data-placement="right"
- Right placement
data-placement="left"
- Left placement
Just add attribute below to animate your popover.
data-easein="bounce"
- bounce
data-easein="flash"
- flash
data-easein="pulse"
- pulse
data-easein="rubberBand"
- rubberBand
data-easein="shake"
- shake
data-easein="swing"
- swing
data-easein="tada"
- tada
data-easein="wobble"
- wobble
data-easein="jello"
- jello
data-easein="bounceIn"
- bounceIn
data-easein="bounceInDown"
- bounceInDown
data-easein="bounceInLeft"
- bounceInLeft
data-easein="bounceInRight"
- bounceInRight
data-easein="bounceInUp"
- bounceInUp
data-easein="fadeInDown"
- fadeInDown
data-easein="fadeInDownBig"
- fadeInDownBig
data-easein="fadeInLeft"
- fadeInLeft
data-easein="fadeInLeftBig"
- fadeInLeftBig
data-easein="fadeInRight"
- fadeInRight
data-easein="fadeInRightBig"
- fadeInRightBig
data-easein="fadeInUp"
- fadeInUp
data-easein="fadeInUpBig"
- fadeInUpBig
data-easein="flip"
- flip
data-easein="flipInX"
- flipInX
data-easein="flipInY"
- flipInY
data-easein="lightSpeedIn"
- lightSpeedIn
data-easein="rotateIn"
- rotateIn
data-easein="rotateInDownLeft"
- rotateInDownLeft
data-easein="rotateInDownRight"
- rotateInDownRight
data-easein="rotateInUpLeft"
- rotateInUpLeft
data-easein="rotateInUpRight"
- rotateInUpRight
data-easein="slideInUp"
- slideInUp
data-easein="slideInDown"
- slideInDown
data-easein="slideInLeft"
- slideInLeft
data-easein="slideInRight"
- slideInRight
data-easein="zoomIn"
- zoomIn
data-easein="zoomInDown"
- zoomInDown
data-easein="zoomInLeft"
- zoomInLeft
data-easein="zoomInRight"
- zoomInRight
data-easein="zoomInUp"
- zoomInUp
data-easein="rollIn"
- rollIn
Animated tooltip using animate.css
Normal Tooltip
-
BS Tooltipdata-toggle="tooltip"
Positioning Tooltip
-
Top BS Tooltipdata-placement="top"
-
Bottom BS Tooltipdata-placement="bottom"
-
Left BS Tooltipdata-placement="left"
-
Right BS Tooltipdata-placement="right"
Misc
-
wobbledata-animation="animated wobble"
-
hingedata-animation="animated hinge"
-
rollIndata-animation="animated rollIn"
-
flashdata-animation="animated flash"
-
pulsedata-animation="animated pulse"
-
shakedata-animation="animated shake"
-
swingdata-animation="animated swing"
-
tadadata-animation="animated tada"
Bounce
-
bouncedata-animation="animated bounce"
-
bounceIndata-animation="animated bounceIn"
-
bounceInDowndata-animation="animated bounceInDown"
-
bounceInLeftdata-animation="animated bounceInLeft"
-
bounceInRightdata-animation="animated bounceInRight"
-
bounceInUpdata-animation="animated bounceInUp"
Fade
-
fadeIndata-animation="animated fadeIn"
-
fadeInDowndata-animation="animated fadeInDown"
-
fadeInLeftdata-animation="animated fadeInLeft"
-
fadeInRightdata-animation="animated fadeInRight"
Flip