{"id":21639435,"url":"https://github.com/bezenson/meeink","last_synced_at":"2025-12-12T04:02:46.128Z","repository":{"id":57294075,"uuid":"50502834","full_name":"bezenson/MeeInk","owner":"bezenson","description":"Material Design click effect","archived":false,"fork":false,"pushed_at":"2016-03-30T19:00:17.000Z","size":8,"stargazers_count":33,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T12:53:41.009Z","etag":null,"topics":["bower","click","css-animations","demo","effect","effects","ink","jquery","jquery-plugin","material","npm-package","plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bezenson.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-27T11:29:10.000Z","updated_at":"2018-05-29T11:03:29.000Z","dependencies_parsed_at":"2022-08-29T07:52:16.583Z","dependency_job_id":null,"html_url":"https://github.com/bezenson/MeeInk","commit_stats":null,"previous_names":["bezenson/meeink","inferusvv/meeink"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezenson%2FMeeInk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezenson%2FMeeInk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezenson%2FMeeInk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezenson%2FMeeInk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezenson","download_url":"https://codeload.github.com/bezenson/MeeInk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248443337,"owners_count":21104389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bower","click","css-animations","demo","effect","effects","ink","jquery","jquery-plugin","material","npm-package","plugin"],"created_at":"2024-11-25T04:13:44.917Z","updated_at":"2025-12-12T04:02:40.846Z","avatar_url":"https://github.com/bezenson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeeInk v1.0.0\n\nMeeInk is a jQuery plugin which allows you to easily add **material design** ink effect to elements when you click them.\n\nPlugin is based on CSS animation what give you good performance including mobile devices.\n\n## Demo\n\nCheck out demo page [here][demo].\n\n[demo]: http://inferusvv.github.io/meeink/index.html\n\n## Setup\n\n### Install with Bower\n\n```sh\nbower install MeeInk --save\n```\n\n### Install with NPM\n\n```sh\nnpm install meeink --save\n```\n\n### Include scripts\n\n```html\n\u003cscript src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"jquery.mee-ink.js\"\u003e\u003c/script\u003e\n```\n\n### Include styles\n\n```html\n\u003clink rel=\"stylesheet\" href=\"mee-ink.css\"\u003e\n```\n\n### Initialize plugin\n\n```javascript\n$(document).ready(function() {\n    $('.btn').meeInk({\n        // options\n    });\n});\n```\n\n## Documentation\n\nPlugin have several number of options which allows you to customize it as you want.\n\n#### animationClass\n\n```javascript\nanimationClass: 'mee-ink-animated mee-ink-animation'\n```\n\nClass which triggers to start CSS animation.\n\n#### elementClass\n\n```javascript\nelementClass: 'mee-ink-el'\n```\n\nClass that is added to initialized element.\n\n#### inkClass\n\n```javascript\ninkClass: 'mee-ink'\n```\n\nClass for ink inside element with styles.\n\n#### overflowHiddenClass\n\n```javascript\noverflowHiddenClass: 'mee-ink-overflow-hidden'\n```\n\nClass will be added if your element don't have ```overflow: hidden```.\n\n#### positionRelativeClass\n\n```javascript\npositionRelativeClass: 'mee-ink-pos-relative'\n```\n\nClass will be added if your element have ```position: static```, because ink inside element positioned absolutely relative to element.\n\n## Issues\n\nFound an issue? You are welcome [here][issues].\n\n[issues]: https://github.com/inferusvv/MeeInk/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezenson%2Fmeeink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezenson%2Fmeeink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezenson%2Fmeeink/lists"}