├── README.md ├── bottom-slide.html ├── css ├── bottom-area.css ├── bottom-slide.css ├── demo.css ├── icons.css ├── modal.css ├── normalize.css ├── page-scale.css ├── reveal.css └── sidebar.css ├── 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 ├── icons.html ├── img └── related │ ├── DualViewSlideshow.png │ └── MorphingButtons.png ├── index.html ├── js ├── dragdrop.js ├── draggabilly.pkgd.min.js └── modernizr.custom.js ├── modal.html ├── page-scale.html ├── reveal.html └── sidebar.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/README.md -------------------------------------------------------------------------------- /bottom-slide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/bottom-slide.html -------------------------------------------------------------------------------- /css/bottom-area.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/bottom-area.css -------------------------------------------------------------------------------- /css/bottom-slide.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/bottom-slide.css -------------------------------------------------------------------------------- /css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/demo.css -------------------------------------------------------------------------------- /css/icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/icons.css -------------------------------------------------------------------------------- /css/modal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/modal.css -------------------------------------------------------------------------------- /css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/normalize.css -------------------------------------------------------------------------------- /css/page-scale.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/page-scale.css -------------------------------------------------------------------------------- /css/reveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/reveal.css -------------------------------------------------------------------------------- /css/sidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/css/sidebar.css -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/fonts/codropsicons/codropsicons.eot -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/fonts/codropsicons/codropsicons.svg -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/fonts/codropsicons/codropsicons.ttf -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/fonts/codropsicons/codropsicons.woff -------------------------------------------------------------------------------- /fonts/codropsicons/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/fonts/codropsicons/license.txt -------------------------------------------------------------------------------- /fonts/font-awesome-4.2.0/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/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/DragDropInteractions/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/DragDropInteractions/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/DragDropInteractions/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/DragDropInteractions/HEAD/fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /icons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/icons.html -------------------------------------------------------------------------------- /img/related/DualViewSlideshow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/img/related/DualViewSlideshow.png -------------------------------------------------------------------------------- /img/related/MorphingButtons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/img/related/MorphingButtons.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/index.html -------------------------------------------------------------------------------- /js/dragdrop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/js/dragdrop.js -------------------------------------------------------------------------------- /js/draggabilly.pkgd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/js/draggabilly.pkgd.min.js -------------------------------------------------------------------------------- /js/modernizr.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/js/modernizr.custom.js -------------------------------------------------------------------------------- /modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/modal.html -------------------------------------------------------------------------------- /page-scale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/page-scale.html -------------------------------------------------------------------------------- /reveal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/reveal.html -------------------------------------------------------------------------------- /sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/DragDropInteractions/HEAD/sidebar.html --------------------------------------------------------------------------------