jquery.cssanimateauto
Version:
A jQuery plugin that uses CSS transitions to animate an element's height or width to or from auto.
33 lines (32 loc) • 825 B
JSON
{
"name": "jquery.cssanimateauto",
"main": "src/jquery.cssAnimateAuto.js",
"version": "0.4.0",
"description": "A jQuery plugin that uses CSS transitions to animate an element's height or width to or from auto.",
"devDependencies": {
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-connect": "0.11.2",
"grunt-autoprefixer": "3.9.3",
"grunt-contrib-uglify": "0.9.1",
"grunt-sync-pkg": "0.1.2",
"grunt-contrib-concat": "0.5.1",
"load-grunt-tasks": "3.2.0"
},
"author": "David Clark",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/davidtheclark/jquery.cssAnimateAuto.git"
},
"keywords": [
"jquery",
"jquery-plugin",
"ecosystem:jquery",
"animation",
"animate",
"auto",
"height",
"width",
"transition"
]
}