├── README.md ├── button.html ├── circlemenu.html ├── collapseexpand.html ├── css ├── button.css ├── circlemenu.css ├── collapseexpand.css ├── demo.css ├── drag.css ├── dropdown.css ├── hamburger.css ├── inputs.css ├── normalize.css ├── pullupmenu.css └── sidebar.css ├── drag.html ├── dropdown.html ├── fonts ├── codropsicons │ ├── codropsicons.eot │ ├── codropsicons.svg │ ├── codropsicons.ttf │ ├── codropsicons.woff │ └── license.txt └── font-awesome-4.2.0 │ ├── css │ └── font-awesome.min.css │ └── fonts │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── hamburger.html ├── img └── related │ ├── AnimatedCheckboxes.png │ ├── DragDropInteractions.png │ ├── SelectInspiration.png │ ├── ShapeHoverEffect.png │ └── WobblySlideshowEffect.png ├── index.html ├── inputs.html ├── js ├── classie.js ├── draggabilly.pkgd.min.js ├── modernizr.custom.js └── snap.svg-min.js └── pullupmenu.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/README.md -------------------------------------------------------------------------------- /button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/button.html -------------------------------------------------------------------------------- /circlemenu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/circlemenu.html -------------------------------------------------------------------------------- /collapseexpand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/collapseexpand.html -------------------------------------------------------------------------------- /css/button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/button.css -------------------------------------------------------------------------------- /css/circlemenu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/circlemenu.css -------------------------------------------------------------------------------- /css/collapseexpand.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/collapseexpand.css -------------------------------------------------------------------------------- /css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/demo.css -------------------------------------------------------------------------------- /css/drag.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/drag.css -------------------------------------------------------------------------------- /css/dropdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/dropdown.css -------------------------------------------------------------------------------- /css/hamburger.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/hamburger.css -------------------------------------------------------------------------------- /css/inputs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/inputs.css -------------------------------------------------------------------------------- /css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/normalize.css -------------------------------------------------------------------------------- /css/pullupmenu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/pullupmenu.css -------------------------------------------------------------------------------- /css/sidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/css/sidebar.css -------------------------------------------------------------------------------- /drag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/drag.html -------------------------------------------------------------------------------- /dropdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/dropdown.html -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/codropsicons/codropsicons.eot -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/codropsicons/codropsicons.svg -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/codropsicons/codropsicons.ttf -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/codropsicons/codropsicons.woff -------------------------------------------------------------------------------- /fonts/codropsicons/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/codropsicons/license.txt -------------------------------------------------------------------------------- /fonts/font-awesome-4.2.0/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/font-awesome-4.2.0/css/font-awesome.min.css -------------------------------------------------------------------------------- /fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /hamburger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/hamburger.html -------------------------------------------------------------------------------- /img/related/AnimatedCheckboxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/img/related/AnimatedCheckboxes.png -------------------------------------------------------------------------------- /img/related/DragDropInteractions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/img/related/DragDropInteractions.png -------------------------------------------------------------------------------- /img/related/SelectInspiration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/img/related/SelectInspiration.png -------------------------------------------------------------------------------- /img/related/ShapeHoverEffect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/img/related/ShapeHoverEffect.png -------------------------------------------------------------------------------- /img/related/WobblySlideshowEffect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/img/related/WobblySlideshowEffect.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/index.html -------------------------------------------------------------------------------- /inputs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/inputs.html -------------------------------------------------------------------------------- /js/classie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/js/classie.js -------------------------------------------------------------------------------- /js/draggabilly.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/js/draggabilly.pkgd.min.js -------------------------------------------------------------------------------- /js/modernizr.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/js/modernizr.custom.js -------------------------------------------------------------------------------- /js/snap.svg-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/js/snap.svg-min.js -------------------------------------------------------------------------------- /pullupmenu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ElasticSVGElements/HEAD/pullupmenu.html --------------------------------------------------------------------------------