Skip to content

Commit

Permalink
Merge pull request #5 from kidunot89/travis-ci-fix-1
Browse files Browse the repository at this point in the history
README.md updated
  • Loading branch information
kidunot89 committed Dec 21, 2018
2 parents 50b09c0 + 54ac817 commit 2abd456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[![Coverage Status](https://coveralls.io/repos/github/kidunot89/chain-drive/badge.svg?branch=develop)](https://coveralls.io/github/kidunot89/chain-drive?branch=develop)

ChainDrive is a **[React.js](https://reactjs.org)** component library dedicated to creating complex transitions without adding noise in your code. **[React Transition Group](https://github.com/reactjs/react-transition-group)**'s [`Transition`](https://reactcommunity.org/react-transition-group/transition) component is the core workhorse of this library, so it's a basic understanding of it is necessary there use.
-*inspiration* **[Anime.js + React Transition Group](https://itnext.io/anime-js-react-transition-group-5f6d0055a3a0)** by *[Uday Hiwarale](@thatisuday)*
-*inspiration* **[Anime.js + React Transition Group](https://itnext.io/anime-js-react-transition-group-5f6d0055a3a0)** by *[Uday Hiwarale](https://github.com/thatisuday)*

## Features
- **AnimeJs HOC**
- **Timeout calculation**

## Getting Started
The library relies on two dependencies `react-transition-group` and `animejs`. To install the library in you project run `npm install react-transition animejs chain-drive` or `yarn add react-transition animejs chain-drive`.
To install the library in you project run `npm install chain-drive` or `yarn add chain-drive`.

## Usage
Using the library is quite simple.
Expand Down

0 comments on commit 2abd456

Please sign in to comment.