All Projects → mburakerman → Toolgif

mburakerman / Toolgif

Licence: mit
💭 The only GIF tooltip plugin you need

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Toolgif

Nuxt Optimized Images
🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
Stars: ✭ 717 (+856%)
Mutual labels:  plugin, gif
Plugin Gantt
Gantt charts for Kanboard
Stars: ✭ 73 (-2.67%)
Mutual labels:  plugin
Gruvbox Intellij Theme
An IDE theme based on the gruvbox color scheme. ⛺
Stars: ✭ 71 (-5.33%)
Mutual labels:  plugin
Unityandroidspeechrecognition
This repository is a Unity plugin for Android Speech Recognition (based on Java implementation)
Stars: ✭ 73 (-2.67%)
Mutual labels:  plugin
Kirki
Extending the customizer
Stars: ✭ 1,175 (+1466.67%)
Mutual labels:  plugin
Flexiblelogin
A Sponge minecraft server plugin for second factor authentication
Stars: ✭ 73 (-2.67%)
Mutual labels:  plugin
Dazv
canvas 可视化图表
Stars: ✭ 70 (-6.67%)
Mutual labels:  tooltip
Sluaunreal
lua dev plugin for unreal engine 4
Stars: ✭ 1,195 (+1493.33%)
Mutual labels:  plugin
Octoprintklipperplugin
A plugin for a better integration of Klipper into OctoPrint.
Stars: ✭ 74 (-1.33%)
Mutual labels:  plugin
Vuec
A simple IoC container for VueJS 2
Stars: ✭ 72 (-4%)
Mutual labels:  plugin
Serverless Plugin Webpack
Serverless Plugin Webpack
Stars: ✭ 72 (-4%)
Mutual labels:  plugin
Hovercard
🖱️ Wikipedia summary cards for the web
Stars: ✭ 72 (-4%)
Mutual labels:  plugin
Wordpress Plugin Construction
Tools 🧰 for developing and running WordPress websites
Stars: ✭ 73 (-2.67%)
Mutual labels:  plugin
Xcodeappplugintemplate
App Plugin Project Template For iOS App And Mac App. Make it easy to hook app.
Stars: ✭ 71 (-5.33%)
Mutual labels:  plugin
Remove W3schools
Chrome extension to remove W3Schools results in google searches.
Stars: ✭ 73 (-2.67%)
Mutual labels:  plugin
Vagrant Foodshow
Vagrant plugin for ngrok
Stars: ✭ 70 (-6.67%)
Mutual labels:  plugin
Blockpets
An advanced pets plugin for PocketMine-MP
Stars: ✭ 72 (-4%)
Mutual labels:  plugin
Fcnpc
FCNPC - Fully Controllable NPC
Stars: ✭ 73 (-2.67%)
Mutual labels:  plugin
Tippyjs
Tooltip, popover, dropdown, and menu library
Stars: ✭ 9,433 (+12477.33%)
Mutual labels:  tooltip
Chrome Extensions Youdaowithwordnode
有道词典chrome划词插件,原版不带生词本,在其源码基础上,添加了添加生词本的功能,生词本用的有道官方API
Stars: ✭ 74 (-1.33%)
Mutual labels:  plugin

Toolgif

The only GIF tooltip plugin you need

Install

NPM

or use CDN

<script src="https://unpkg.com/toolgif"></script>

Usage

Simple Usage

<p>Lorem ipsum dolor sit <span class="my-class">cat</span>.</p>
<script>
   new Toolgif(".my-class").toolgif();
</script>

Simple usage CodePen demo

Visit the website for more examples and settings.

Customize

new Toolgif(".my-class", {
  width: 120,
  height: 100,
  borderRadius: 5,
  placement: "top",
  downsized: true, // File size under 2mb (see https://developers.giphy.com/docs/)
  preloader: // data url here(it's kinda long as you expect so i didn't put here)
}).toolgif();

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].