├── .gitattributes
├── .gitignore
├── .htmlnanorc
├── LICENSE
├── README.md
├── dist
├── 1.1770e3b3.jpg
├── 10.f7990335.jpg
├── 2.07ca36b5.jpg
├── 3.f6f48295.jpg
├── 4.516b9c03.jpg
├── 5.95d97ae8.jpg
├── 6.56a5d53b.jpg
├── 7.87dc6e8b.jpg
├── 8.0bda5054.jpg
├── 9.27ccf354.jpg
├── favicon.a64e97b2.ico
├── index.b5e7c14d.js
├── index.d73f7ad5.css
├── index.e9a2d1b4.js
└── index.html
├── package.json
└── src
├── css
└── base.css
├── favicon.ico
├── img
├── 1.jpg
├── 10.jpg
├── 2.jpg
├── 3.jpg
├── 4.jpg
├── 5.jpg
├── 6.jpg
├── 7.jpg
├── 8.jpg
└── 9.jpg
├── index.html
└── js
├── contentItem.js
├── index.js
├── slideshow.js
└── utils.js
/.gitattributes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/.gitattributes
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/.gitignore
--------------------------------------------------------------------------------
/.htmlnanorc:
--------------------------------------------------------------------------------
1 | {
2 | "minifySvg": false
3 | }
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/LICENSE
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/README.md
--------------------------------------------------------------------------------
/dist/1.1770e3b3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/1.1770e3b3.jpg
--------------------------------------------------------------------------------
/dist/10.f7990335.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/10.f7990335.jpg
--------------------------------------------------------------------------------
/dist/2.07ca36b5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/2.07ca36b5.jpg
--------------------------------------------------------------------------------
/dist/3.f6f48295.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/3.f6f48295.jpg
--------------------------------------------------------------------------------
/dist/4.516b9c03.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/4.516b9c03.jpg
--------------------------------------------------------------------------------
/dist/5.95d97ae8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/5.95d97ae8.jpg
--------------------------------------------------------------------------------
/dist/6.56a5d53b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/6.56a5d53b.jpg
--------------------------------------------------------------------------------
/dist/7.87dc6e8b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/7.87dc6e8b.jpg
--------------------------------------------------------------------------------
/dist/8.0bda5054.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/8.0bda5054.jpg
--------------------------------------------------------------------------------
/dist/9.27ccf354.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/9.27ccf354.jpg
--------------------------------------------------------------------------------
/dist/favicon.a64e97b2.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/favicon.a64e97b2.ico
--------------------------------------------------------------------------------
/dist/index.b5e7c14d.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/index.b5e7c14d.js
--------------------------------------------------------------------------------
/dist/index.d73f7ad5.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/index.d73f7ad5.css
--------------------------------------------------------------------------------
/dist/index.e9a2d1b4.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/index.e9a2d1b4.js
--------------------------------------------------------------------------------
/dist/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/dist/index.html
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/package.json
--------------------------------------------------------------------------------
/src/css/base.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/css/base.css
--------------------------------------------------------------------------------
/src/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/favicon.ico
--------------------------------------------------------------------------------
/src/img/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/1.jpg
--------------------------------------------------------------------------------
/src/img/10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/10.jpg
--------------------------------------------------------------------------------
/src/img/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/2.jpg
--------------------------------------------------------------------------------
/src/img/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/3.jpg
--------------------------------------------------------------------------------
/src/img/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/4.jpg
--------------------------------------------------------------------------------
/src/img/5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/5.jpg
--------------------------------------------------------------------------------
/src/img/6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/6.jpg
--------------------------------------------------------------------------------
/src/img/7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/7.jpg
--------------------------------------------------------------------------------
/src/img/8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/8.jpg
--------------------------------------------------------------------------------
/src/img/9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/img/9.jpg
--------------------------------------------------------------------------------
/src/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/index.html
--------------------------------------------------------------------------------
/src/js/contentItem.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/js/contentItem.js
--------------------------------------------------------------------------------
/src/js/index.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/js/index.js
--------------------------------------------------------------------------------
/src/js/slideshow.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/js/slideshow.js
--------------------------------------------------------------------------------
/src/js/utils.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codrops/ContentLayoutTransition/HEAD/src/js/utils.js
--------------------------------------------------------------------------------