Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argyleink/houdini-tabs
WIP: scroll-snap-points + ScrollTimeline + Houdini AnimationWorklet
https://github.com/argyleink/houdini-tabs
Last synced: 14 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:54:04.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T09:14:51.368Z (3 months ago)
- Language: JavaScript
- Homepage: https://argyleink-houdini-tabs.glitch.me/
- Size: 1.15 MB
- Stars: 10
- Watchers: 3
- 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`