A Pure CSS/SCSS/LESS Animated Tooltips Library | Tootik

Tootik is a pure animated CSS/SCSS/LESS Tooltip library that looks great in all modern browsers, easy to use. No need for javascript.

Bootstrap Multiple Image Upload with Preview and Delete | ImagesLoader

How to make use of it:

1. Simply embed the tootik.css basic stylesheet on the webpage.

<link href="css/tootik.css" rel="stylesheet">

2. Specify the content to be displayed in the tooltip using the data-tootik attribute:

<a href="#" data-tootik="I am a tooltip">Hover me</a>

3. Change the default mode.

<a href="javascript:;" data-tootik="Right" data-tootik-conf="right">right</a>
<a href="javascript:;" data-tootik="Bottom" data-tootik-conf="bottom">bottom</a>
<a href="javascript:;" data-tootik="Left" data-tootik-conf="left">left</a>

Highly Configurable Floating Panels, Modals, Tooltips | jsPanel

4. Change the default tooltip theme.

<a href="javascript:;" data-tootik="Invert" data-tootik-conf="invert">invert</a>
<a href="javascript:;" data-tootik="Success" data-tootik-conf="success">success</a>
<a href="javascript:;" data-tootik="Info" data-tootik-conf="info">info</a>
<a href="javascript:;" data-tootik="Warning" data-tootik-conf="warning">warning</a>
<a href="javascript:;" data-tootik="Danger" data-tootik-conf="danger">danger</a>

5. More configuration options can be passed through the data-tootik-conf attribute.

<a href="#" data-tootik="Delay" data-tootik-conf="delay">delay</a>
<a href="#" data-tootik="No Fading" data-tootik-conf="no-fading">no-fading</a>
<a href="#" data-tootik="Shadow" data-tootik-conf="shadow">shadow</a>
<a href="#" data-tootik="A pure CSS Tooltip library." data-tootik-conf="multiline">multiline</a>
<a href="#" data-tootik="No Arrow" data-tootik-conf="no-arrow">no-arrow</a>
<a href="#" data-tootik="Square" data-tootik-conf="square">square</a>

6. Modify or override default variables in SCSS.

// Misc
$font-size: 13px;
$transition-style: cubic-bezier(0.73, 0.01, 0, 1);
$border-width: 4px;
// Colors
$color-default: #000000;
$color-invert: #ffffff;
$tootik-default: $color-default;
$tootik-invert: $color-invert;
$tootik-success: #8bc34a;
$tootik-info: #29D2E4;
$tootik-warning: #F87D09;
$tootik-danger: #e91e63;

See Demo And Download

Official Website(eliortabeka): Click Here

This superior jQuery/javascript plugin is developed by eliortabeka. For extra Advanced Usage, please go to the official website.

Related Posts

Floating-Whatsapp-Chat-Button

How to Add Floating Whatsapp Chat Button In HTML | venom-button

Venom Button is a very simple plugin for the jQuery floating WhatsApp button. Adds a floating button to your site that calls WhatsApp Click to Chat API. It will automatically start the WhatsApp…

Data-Table-Generator-Tabulator

Interactive Data Table Generator with JS/jQuery and JSON | Tabulator

Tabulator allows you to create interactive tables in seconds from any HTML Table, JavaScript array, AJAX data source, or JSON format data. Just include the library in your…

alert-confirm-prompt-attention-js

Simple Alert, Confirm, Prompt Popup Using Vanilla JavaScript Library | attention.js

JavaScript provides various built-in functionality to display popup messages for different purposes. Attention JS is a vanillaJS plugin used to create a custom alert, confirm, or Prompt…

Bootstrap-4-Sidebar-Menu-Responsive-Template

Bootstrap 4 Sidebar Menu Responsive Template | MDB

Bootstrap Side Navbar – Responsive sidebar template based on the Bootstrap 4 framework. An easy-to-use, totally responsive, Google Material Design impressed aspect navigation for modern web app…

Bootstrap-4-Toast-Notification-Plugin

Lightweight Bootstrap 4 Toast Notification Plugin | BS4 Advanced Toast

A lightweight Bootstrap 4 Toast Notification plugin integrated with JS/jQuery. bs4-toast.js is a JavaScript library that enhances the native Bootstrap toast component with icons, buttons, callbacks, and…

Audio-Visualizations-Wave

How to Create Audio Visualizations with JavaScript | Wave.js

Audio Visualizer Library – wave.js is a vanilla javascript audio visualization library that provides 20+ creative audio visualization effects to bring more engagement to your visitor. Contribute…

Leave a Reply

Your email address will not be published. Required fields are marked *