All Projects → inferusvv → MeeInk

inferusvv / MeeInk

Licence: MIT License
Material Design click effect

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to MeeInk

Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (+1433.33%)
Mutual labels:  material, effect
Bootstrap Fileinput
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
Stars: ✭ 5,097 (+15345.45%)
Mutual labels:  jquery-plugin, bower
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (+1972.73%)
Mutual labels:  material, effect
Ignite Ui
Ignite UI by Infragistics
Stars: ✭ 468 (+1318.18%)
Mutual labels:  bower, npm-package
Normalmap.js
normalmap.js is a library for creating simple interactive lighting effects using normal maps.
Stars: ✭ 156 (+372.73%)
Mutual labels:  jquery-plugin, effects
Angular Translate
Translating your AngularJS 1.x apps
Stars: ✭ 4,414 (+13275.76%)
Mutual labels:  bower, npm-package
2d Unity Experiments
A collection of visual Unity experiments with latest packages (URP, Shader Graph, Cinemachine, etc).
Stars: ✭ 107 (+224.24%)
Mutual labels:  material, effects
Paper Ripple
Material Design Ripple effect in pure JS & CSS.
Stars: ✭ 55 (+66.67%)
Mutual labels:  material, effect
Watermark
Add watermark on images use HTML5 and Javascript.
Stars: ✭ 154 (+366.67%)
Mutual labels:  jquery-plugin, npm-package
Slide And Swipe Menu
⚡️ A sliding swipe menu that works with touchSwipe library.
Stars: ✭ 135 (+309.09%)
Mutual labels:  jquery-plugin, css-animations
React Awesome Reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: ✭ 346 (+948.48%)
Mutual labels:  css-animations, effects
react-awesome-reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: ✭ 564 (+1609.09%)
Mutual labels:  css-animations, effects
Toucheffects
Android View点击特效TouchEffects,几行代码为所有控件添加点击效果
Stars: ✭ 167 (+406.06%)
Mutual labels:  effects, click
Angular Loading Feedback
Angular directive to indicate loads in app
Stars: ✭ 8 (-75.76%)
Mutual labels:  bower, npm-package
Flutter effects
flutter animation effects | custom widget | custom renderobject
Stars: ✭ 421 (+1175.76%)
Mutual labels:  effects, effect
Jcslider
🏂 A responsive slider jQuery plugin with CSS animations
Stars: ✭ 52 (+57.58%)
Mutual labels:  jquery-plugin, css-animations
Sticky Sidebar
😎 Pure JavaScript tool for making smart and high performance sticky sidebar.
Stars: ✭ 2,057 (+6133.33%)
Mutual labels:  jquery-plugin, bower
image-hover
💄 No Javascript, image hover effects you've always wanted
Stars: ✭ 48 (+45.45%)
Mutual labels:  effects, effect
material-design-collection-ecommerce
Material Desgin for Collection Ecommerce - React Native UI Theme. It helps you create the collection screen quickly and professionally. It's easy to customize and develop.
Stars: ✭ 27 (-18.18%)
Mutual labels:  material
jquery.simple-scroll-follow
jQuery plugin to move the element according to the scrolling window.
Stars: ✭ 34 (+3.03%)
Mutual labels:  jquery-plugin

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 performance including mobile devices.

Demo

Check out demo page here.

Setup

Install with Bower

bower install MeeInk --save

Install with NPM

npm install meeink --save

Include scripts

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="jquery.mee-ink.js"></script>

Include styles

<link rel="stylesheet" href="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.

Issues

Found an issue? You are welcome here.

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].