├── LICENSE ├── README.md ├── Shapeshift.jquery.json ├── bower.json ├── core ├── jquery.shapeshift.coffee ├── jquery.shapeshift.js ├── jquery.shapeshift.min.js └── vendor │ └── jquery.touch-punch.min.js └── demos ├── basic.html ├── clone.html ├── mosaic.html ├── multiwidth.html ├── shuffle.html └── trash.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/README.md -------------------------------------------------------------------------------- /Shapeshift.jquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/Shapeshift.jquery.json -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/bower.json -------------------------------------------------------------------------------- /core/jquery.shapeshift.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/core/jquery.shapeshift.coffee -------------------------------------------------------------------------------- /core/jquery.shapeshift.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/core/jquery.shapeshift.js -------------------------------------------------------------------------------- /core/jquery.shapeshift.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/core/jquery.shapeshift.min.js -------------------------------------------------------------------------------- /core/vendor/jquery.touch-punch.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/core/vendor/jquery.touch-punch.min.js -------------------------------------------------------------------------------- /demos/basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/demos/basic.html -------------------------------------------------------------------------------- /demos/clone.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/demos/clone.html -------------------------------------------------------------------------------- /demos/mosaic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/demos/mosaic.html -------------------------------------------------------------------------------- /demos/multiwidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/demos/multiwidth.html -------------------------------------------------------------------------------- /demos/shuffle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/demos/shuffle.html -------------------------------------------------------------------------------- /demos/trash.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AshesOfOwls/jquery.shapeshift/HEAD/demos/trash.html --------------------------------------------------------------------------------