https://github.com/argyleink/houdini-tabs
WIP: scroll-snap-points + ScrollTimeline + Houdini AnimationWorklet
https://github.com/argyleink/houdini-tabs
Last synced: 11 months ago
JSON representation
WIP: scroll-snap-points + ScrollTimeline + Houdini AnimationWorklet
- Host: GitHub
- URL: https://github.com/argyleink/houdini-tabs
- Owner: argyleink
- Created: 2019-08-20T17:33:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:54:04.000Z (over 3 years ago)
- Last Synced: 2025-04-11T02:04:17.257Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://argyleink-houdini-tabs.glitch.me/
- Size: 1.15 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Modern Javascript ›
[Rollup](https://rollupjs.org) to **bundle**, **treeshake**, **import from NPM or URLs**, and **import CSS**.
### Modern CSS ›
[PostCSS](https://postcss.org) to **import from NPM**, [postcss-preset-env](https://preset-env.cssdb.org/) for **CSS features from the spec**, and **easings** from [easings.net](https://easings.net) for convenient use in animations.
### Rad Development Server ›
[Browsersync](https://www.browsersync.io) with all the goodies: **live reload**, **cross device syncing**, **remote debugging**, [etc](https://www.browsersync.io).
## Getting Started
1. `mkdir new-project-name && cd $_`
1. `git clone --depth=1 https://github.com/argyleink/shortstack.git . && rm -rf ./.git`
1. `npm i`
1. `npm start`