Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Mar 3, 2020
1 parent c2ad39a commit 9f87c7a
Show file tree
Hide file tree
Showing 5 changed files with 1,228 additions and 998 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- "8"
before_install:
- npm i -g npm@^6.0.0
- '12'
before_script:
- npm prune
script:
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.packageManager": "npm",
"prettier.requireConfig": true
"prettier.requireConfig": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@

## Note

We already know what is tweening and why it's need, so there no need to describe it's, Google will do this if you want.
**This library is not made as alternative to another libraries, it's has own pros and cons**
This project is now entering into maintaining mode as no support from community and i don't have enough time to keep this project alive, maintain and add features. Bug-fixes also will be stopped. PR's are welcome.

You can make this project alive again with support by [became Patron](https://patreon.com/dalisoft)

> See "My Patreon" page "Goals" section for more info
## Frameworks

- [react-es6-tween](https://github.com/dalisoft/react-es6-tween)

## Docs

- [See docs at GitBook](https://tweenjs.gitbook.io/es6-tween/)
- [Homepage](https://tweenjs.github.io/es6-tween/) (not completed)
- [API documentation](./API.md)
- [Wiki page](https://github.com/tweenjs/es6-tween/wiki)

Expand Down Expand Up @@ -79,7 +80,7 @@ Download the [library](https://unpkg.com/es6-tween/bundled/Tween.js) and include
<script src="https://npmcdn.com/es6-tween"></script>
```

### More advanced users might want to...
### More advanced users might want to

#### Using `import`

Expand Down Expand Up @@ -157,7 +158,7 @@ I sure, BrowserStack helps us to make it, so i am linking to BrowserStack as our
## Tests

```bash
$ yarn test
yarn test
```

or you can go [here](https://travis-ci.org/tweenjs/es6-tween) for more information, tests and etc...
Expand Down
Loading

0 comments on commit 9f87c7a

Please sign in to comment.