├── README.md ├── css ├── component.css ├── demo.css └── normalize.css ├── fonts └── codropsicons │ ├── codropsicons.eot │ ├── codropsicons.svg │ ├── codropsicons.ttf │ ├── codropsicons.woff │ └── license.txt ├── img ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png └── 8.png ├── index.html ├── index2.html ├── index3.html └── js ├── hovers.js └── snap.svg-min.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/README.md -------------------------------------------------------------------------------- /css/component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/css/component.css -------------------------------------------------------------------------------- /css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/css/demo.css -------------------------------------------------------------------------------- /css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/css/normalize.css -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/fonts/codropsicons/codropsicons.eot -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/fonts/codropsicons/codropsicons.svg -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/fonts/codropsicons/codropsicons.ttf -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/fonts/codropsicons/codropsicons.woff -------------------------------------------------------------------------------- /fonts/codropsicons/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/fonts/codropsicons/license.txt -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/4.png -------------------------------------------------------------------------------- /img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/5.png -------------------------------------------------------------------------------- /img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/6.png -------------------------------------------------------------------------------- /img/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/7.png -------------------------------------------------------------------------------- /img/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/img/8.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/index.html -------------------------------------------------------------------------------- /index2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/index2.html -------------------------------------------------------------------------------- /index3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/index3.html -------------------------------------------------------------------------------- /js/hovers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/js/hovers.js -------------------------------------------------------------------------------- /js/snap.svg-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/ShapeHoverEffectSVG/HEAD/js/snap.svg-min.js --------------------------------------------------------------------------------