a76afb0253
added translate3d transform for card hover and sibling cards implemented simple horizontal scroll animation updated header z-index switched z-index of cards on hover with horizontal left/right nav buttons removed unnecessary code added transition and states for horizontal scroll arrows, and some css tweaks and fixes |
||
---|---|---|
.. | ||
dist | ||
js | ||
scss | ||
.babelrc | ||
.eslintrc.js | ||
extractLocals.js | ||
package.json | ||
README.md | ||
watch.sh | ||
webpack.config.js | ||
webpack.dev.config.js | ||
yarn.lock |
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
npm install -g yarn
(or see https://yarnpkg.com/en/docs/install)- Run
./watch.sh
(this willyarn install
dependencies)