MCPcopy Index your code
hub / github.com/bezenson/MeeInk

github.com/bezenson/MeeInk @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
2 symbols 2 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

MeeInk v1.0.0

MeeInk is a jQuery plugin which allows you to easily add material design ink effect to elements when you click them.

Plugin is based on CSS animation what give you good perfomance inlcuding mobile devices.

Demo

Check out demo page here.

Setup

Include scripts

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://github.com/bezenson/MeeInk/raw/v1.0.0/jquery.mee-ink.js"></script>

Include styles

<link rel="stylesheet" href="https://github.com/bezenson/MeeInk/raw/v1.0.0/mee-ink.css">

Initialize plugin

$(document).ready(function() {
    $('.btn').meeInk({
        // options
    });
});

Documentation

Plugin have several number of options which allows you to customize it as you want.

animationClass

animationClass: 'mee-ink-animated mee-ink-animation'

Class which triggers to start CSS animation.

elementClass

elementClass: 'mee-ink-el'

Class that is added to initialized element.

inkClass

inkClass: 'mee-ink'

Class for ink inside element with styles.

overflowHiddenClass

overflowHiddenClass: 'mee-ink-overflow-hidden'

Class will be added if your element don't have overflow: hidden.

positionRelativeClass

positionRelativeClass: 'mee-ink-pos-relative'

Class will be added if your element have position: static, because ink inside element positioned absolutely relative to element.

Core symbols most depended-on inside this repo

Plugin
called by 0
plugin/js/jquery.mee-ink.js

Shape

Function 2

Languages

TypeScript100%

Modules by API surface

plugin/js/jquery.mee-ink.min.js1 symbols
plugin/js/jquery.mee-ink.js1 symbols

For agents

$ claude mcp add MeeInk \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page