transition-controller v2.0.0
AbstractTransitionController
An abstract transition controller that can be used for transitioning elements
Installation
yarn add transition-controllernpm i -S transition-controllerDocumentation
Example
I've included an example setup where you can see the transition controller in action, to run the project follow these steps:
git clone https://github.com/larsvanbraam/transition-controller.gitcd transition-controller/exampleyarnyarn dev- Open your browser
localhost:8080
or click this link to preview online
Building
In order to build transition-controller, ensure that you have Git and Node.js installed.
Clone a copy of the repo:
git clone https://github.com/larsvanbraam/transition-controller.gitChange to the transition-controller directory:
cd transition-controllerInstall dev dependencies:
yarnUse one of the following main scripts:
yarn build # build this project
yarn dev # run compilers in watch mode, both for babel and typescript
yarn test # run the unit tests incl coverage
yarn test:dev # run the unit tests in watch mode
yarn lint # run eslint and tslint on this project
yarn doc # generate typedoc documentationWhen installing this module, it adds a pre-commit hook, that runs lint and prettier commands before committing, so you can be sure that everything checks out.
Authors
View AUTHORS.md
Contribute
View CONTRIBUTING.md
License
MIT © Lars van Braam
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago