├── .gitattributes ├── LICENSE ├── README.md ├── dist ├── 1.80b98c5b.jpg ├── 10.09b8babf.jpg ├── 11.6bf710ad.jpg ├── 12.bd7243dc.jpg ├── 13.eaca2609.jpg ├── 14.8a0d313c.jpg ├── 15.9d1ab7d5.jpg ├── 16.3a8d5f7d.jpg ├── 17.5d19143b.jpg ├── 18.145b6e0b.jpg ├── 19.4e8371a2.jpg ├── 2.be0b6e97.jpg ├── 20.cb743775.jpg ├── 21.1ad7d602.jpg ├── 22.a626ef06.jpg ├── 23.b7fe1b36.jpg ├── 24.ab2f5762.jpg ├── 25.79ee1745.jpg ├── 26.6adb6995.jpg ├── 27.6a129e18.jpg ├── 28.837c8b23.jpg ├── 29.addcba68.jpg ├── 3.1667f2fd.jpg ├── 30.ce0018b2.jpg ├── 31.6c0db417.jpg ├── 32.e694f6c6.jpg ├── 33.9815d150.jpg ├── 34.549f6a00.jpg ├── 35.551511ad.jpg ├── 36.cbb35da2.jpg ├── 37.445fd800.jpg ├── 38.e74dfa80.jpg ├── 39.e50d4261.jpg ├── 4.a242a4db.jpg ├── 40.06dbb035.jpg ├── 41.002fd2bd.jpg ├── 42.9ec3502f.jpg ├── 5.cec98852.jpg ├── 6.63a71a70.jpg ├── 7.febd1f9e.jpg ├── 8.1ec50be9.jpg ├── 9.42343a9c.jpg ├── favicon.61719396.ico ├── index.320bd6f3.css ├── index.cad48f07.js ├── index.html └── noise.f31eb271.png ├── package.json └── src ├── .gitignore ├── css └── base.css ├── favicon.ico ├── img ├── 1.jpg ├── 10.jpg ├── 11.jpg ├── 12.jpg ├── 13.jpg ├── 14.jpg ├── 15.jpg ├── 16.jpg ├── 17.jpg ├── 18.jpg ├── 19.jpg ├── 2.jpg ├── 20.jpg ├── 21.jpg ├── 22.jpg ├── 23.jpg ├── 24.jpg ├── 25.jpg ├── 26.jpg ├── 27.jpg ├── 28.jpg ├── 29.jpg ├── 3.jpg ├── 30.jpg ├── 31.jpg ├── 32.jpg ├── 33.jpg ├── 34.jpg ├── 35.jpg ├── 36.jpg ├── 37.jpg ├── 38.jpg ├── 39.jpg ├── 4.jpg ├── 40.jpg ├── 41.jpg ├── 42.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpg ├── 8.jpg ├── 9.jpg └── noise.png ├── index.html └── js ├── circle.js ├── index.js ├── menu.js ├── menuItem.js ├── mouseMoveController.js └── utils.js /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/README.md -------------------------------------------------------------------------------- /dist/1.80b98c5b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/1.80b98c5b.jpg -------------------------------------------------------------------------------- /dist/10.09b8babf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/10.09b8babf.jpg -------------------------------------------------------------------------------- /dist/11.6bf710ad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/11.6bf710ad.jpg -------------------------------------------------------------------------------- /dist/12.bd7243dc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/12.bd7243dc.jpg -------------------------------------------------------------------------------- /dist/13.eaca2609.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/13.eaca2609.jpg -------------------------------------------------------------------------------- /dist/14.8a0d313c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/14.8a0d313c.jpg -------------------------------------------------------------------------------- /dist/15.9d1ab7d5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/15.9d1ab7d5.jpg -------------------------------------------------------------------------------- /dist/16.3a8d5f7d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/16.3a8d5f7d.jpg -------------------------------------------------------------------------------- /dist/17.5d19143b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/17.5d19143b.jpg -------------------------------------------------------------------------------- /dist/18.145b6e0b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/18.145b6e0b.jpg -------------------------------------------------------------------------------- /dist/19.4e8371a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/19.4e8371a2.jpg -------------------------------------------------------------------------------- /dist/2.be0b6e97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/2.be0b6e97.jpg -------------------------------------------------------------------------------- /dist/20.cb743775.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/20.cb743775.jpg -------------------------------------------------------------------------------- /dist/21.1ad7d602.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/21.1ad7d602.jpg -------------------------------------------------------------------------------- /dist/22.a626ef06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/22.a626ef06.jpg -------------------------------------------------------------------------------- /dist/23.b7fe1b36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/23.b7fe1b36.jpg -------------------------------------------------------------------------------- /dist/24.ab2f5762.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/24.ab2f5762.jpg -------------------------------------------------------------------------------- /dist/25.79ee1745.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/25.79ee1745.jpg -------------------------------------------------------------------------------- /dist/26.6adb6995.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/26.6adb6995.jpg -------------------------------------------------------------------------------- /dist/27.6a129e18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/27.6a129e18.jpg -------------------------------------------------------------------------------- /dist/28.837c8b23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/28.837c8b23.jpg -------------------------------------------------------------------------------- /dist/29.addcba68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/29.addcba68.jpg -------------------------------------------------------------------------------- /dist/3.1667f2fd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/3.1667f2fd.jpg -------------------------------------------------------------------------------- /dist/30.ce0018b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/30.ce0018b2.jpg -------------------------------------------------------------------------------- /dist/31.6c0db417.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/31.6c0db417.jpg -------------------------------------------------------------------------------- /dist/32.e694f6c6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/32.e694f6c6.jpg -------------------------------------------------------------------------------- /dist/33.9815d150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/33.9815d150.jpg -------------------------------------------------------------------------------- /dist/34.549f6a00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/34.549f6a00.jpg -------------------------------------------------------------------------------- /dist/35.551511ad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/35.551511ad.jpg -------------------------------------------------------------------------------- /dist/36.cbb35da2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/36.cbb35da2.jpg -------------------------------------------------------------------------------- /dist/37.445fd800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/37.445fd800.jpg -------------------------------------------------------------------------------- /dist/38.e74dfa80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/38.e74dfa80.jpg -------------------------------------------------------------------------------- /dist/39.e50d4261.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/39.e50d4261.jpg -------------------------------------------------------------------------------- /dist/4.a242a4db.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/4.a242a4db.jpg -------------------------------------------------------------------------------- /dist/40.06dbb035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/40.06dbb035.jpg -------------------------------------------------------------------------------- /dist/41.002fd2bd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/41.002fd2bd.jpg -------------------------------------------------------------------------------- /dist/42.9ec3502f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/42.9ec3502f.jpg -------------------------------------------------------------------------------- /dist/5.cec98852.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/5.cec98852.jpg -------------------------------------------------------------------------------- /dist/6.63a71a70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/6.63a71a70.jpg -------------------------------------------------------------------------------- /dist/7.febd1f9e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/7.febd1f9e.jpg -------------------------------------------------------------------------------- /dist/8.1ec50be9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/8.1ec50be9.jpg -------------------------------------------------------------------------------- /dist/9.42343a9c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/9.42343a9c.jpg -------------------------------------------------------------------------------- /dist/favicon.61719396.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/favicon.61719396.ico -------------------------------------------------------------------------------- /dist/index.320bd6f3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/index.320bd6f3.css -------------------------------------------------------------------------------- /dist/index.cad48f07.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/index.cad48f07.js -------------------------------------------------------------------------------- /dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/index.html -------------------------------------------------------------------------------- /dist/noise.f31eb271.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/dist/noise.f31eb271.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/package.json -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/.gitignore -------------------------------------------------------------------------------- /src/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/css/base.css -------------------------------------------------------------------------------- /src/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/favicon.ico -------------------------------------------------------------------------------- /src/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/1.jpg -------------------------------------------------------------------------------- /src/img/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/10.jpg -------------------------------------------------------------------------------- /src/img/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/11.jpg -------------------------------------------------------------------------------- /src/img/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/12.jpg -------------------------------------------------------------------------------- /src/img/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/13.jpg -------------------------------------------------------------------------------- /src/img/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/14.jpg -------------------------------------------------------------------------------- /src/img/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/15.jpg -------------------------------------------------------------------------------- /src/img/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/16.jpg -------------------------------------------------------------------------------- /src/img/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/17.jpg -------------------------------------------------------------------------------- /src/img/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/18.jpg -------------------------------------------------------------------------------- /src/img/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/19.jpg -------------------------------------------------------------------------------- /src/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/2.jpg -------------------------------------------------------------------------------- /src/img/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/20.jpg -------------------------------------------------------------------------------- /src/img/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/21.jpg -------------------------------------------------------------------------------- /src/img/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/22.jpg -------------------------------------------------------------------------------- /src/img/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/23.jpg -------------------------------------------------------------------------------- /src/img/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/24.jpg -------------------------------------------------------------------------------- /src/img/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/25.jpg -------------------------------------------------------------------------------- /src/img/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/26.jpg -------------------------------------------------------------------------------- /src/img/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/27.jpg -------------------------------------------------------------------------------- /src/img/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/28.jpg -------------------------------------------------------------------------------- /src/img/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/29.jpg -------------------------------------------------------------------------------- /src/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/3.jpg -------------------------------------------------------------------------------- /src/img/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/30.jpg -------------------------------------------------------------------------------- /src/img/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/31.jpg -------------------------------------------------------------------------------- /src/img/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/32.jpg -------------------------------------------------------------------------------- /src/img/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/33.jpg -------------------------------------------------------------------------------- /src/img/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/34.jpg -------------------------------------------------------------------------------- /src/img/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/35.jpg -------------------------------------------------------------------------------- /src/img/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/36.jpg -------------------------------------------------------------------------------- /src/img/37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/37.jpg -------------------------------------------------------------------------------- /src/img/38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/38.jpg -------------------------------------------------------------------------------- /src/img/39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/39.jpg -------------------------------------------------------------------------------- /src/img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/4.jpg -------------------------------------------------------------------------------- /src/img/40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/40.jpg -------------------------------------------------------------------------------- /src/img/41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/41.jpg -------------------------------------------------------------------------------- /src/img/42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/42.jpg -------------------------------------------------------------------------------- /src/img/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/5.jpg -------------------------------------------------------------------------------- /src/img/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/6.jpg -------------------------------------------------------------------------------- /src/img/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/7.jpg -------------------------------------------------------------------------------- /src/img/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/8.jpg -------------------------------------------------------------------------------- /src/img/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/9.jpg -------------------------------------------------------------------------------- /src/img/noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/img/noise.png -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/index.html -------------------------------------------------------------------------------- /src/js/circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/js/circle.js -------------------------------------------------------------------------------- /src/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/js/index.js -------------------------------------------------------------------------------- /src/js/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/js/menu.js -------------------------------------------------------------------------------- /src/js/menuItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/js/menuItem.js -------------------------------------------------------------------------------- /src/js/mouseMoveController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/js/mouseMoveController.js -------------------------------------------------------------------------------- /src/js/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MenuThumbStackAnimation/HEAD/src/js/utils.js --------------------------------------------------------------------------------