Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davebitter/playbook
Playbook is a JS module that provides an easy way to create animations by using the ease of CSS and the power of JS to create animations for the web.
https://github.com/davebitter/playbook
animation async-await js
Last synced: 8 days ago
JSON representation
Playbook is a JS module that provides an easy way to create animations by using the ease of CSS and the power of JS to create animations for the web.
- Host: GitHub
- URL: https://github.com/davebitter/playbook
- Owner: DaveBitter
- Created: 2018-08-21T14:17:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T08:26:47.000Z (about 6 years ago)
- Last Synced: 2024-10-15T15:13:47.012Z (23 days ago)
- Topics: animation, async-await, js
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playbook
Playbook is a JS module that provides an easy way to create animations by using the ease of CSS and the power of JS to create animations for the web.## Features
* Custom easing functions
* Syncronous or asynchronous timeline
* Optional use of Animations API## Getting started
Clone into this repository`git clone https://github.com/DaveBitter/play_book.git && cd play_book`
Install dependencies
`npm install` / `yarn install`
Run development server
`npm start` / `yarn start`
## Building module
You can use two commands to either build an development build or a production build.### Build a development build
`npm run build:dev` / `yarn build:dev`
### Build a production build
`npm run build:prd` / `yarn build:prd`
## Contributing
I would like feedback on improvements or other thing and highly encourage you to create a pull request or issue if you find something to improve upon.