jquery-slashes-and-circles
Version:
Animate random slashes and circles in a clipPath area of an SVG, avoiding certain areas.
30 lines (29 loc) • 643 B
JSON
{
"name": "jquery-slashes-and-circles",
"version": "0.1.0",
"homepage": "https://github.com/j0rdsta/jquery-slashes-and-circles",
"authors": [
"Jordan Gardiner <hello@jordsta.com>"
],
"description": "Animate random slashes and circles in a clipPath area of an SVG, avoiding certain areas.",
"main": "src/jquery.slashes-and-circles.js",
"keywords": [
"jquery",
"plugin",
"jquery-plugin"
],
"license": "MIT",
"ignore": [
"demo/*",
"src/*",
"test/*",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"CONTRIBUTING.md",
"Gruntfile.js",
"karma.conf.js",
"package.json"
]
}