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

Commit ae4c3c6

Browse files
committed
minor changes and fixes
1 parent 9b39503 commit ae4c3c6

File tree

2 files changed

+8
-48
lines changed

2 files changed

+8
-48
lines changed

README.md

Lines changed: 7 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
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.
2121
**This library is not made as alternative to another libraries, it's has own pros and cons**
2222

23+
# Docs
24+
25+
* [See docs at GitBook](https://tweenjs.gitbook.io/es6-tween/)
26+
* [Homepage](https://tweenjs.github.io/es6-tween/) (not completed)
27+
* [API documentation](./API.md)
28+
* [Wiki page](https://github.com/tweenjs/es6-tween/wiki)
29+
2330

2431
```javascript
2532
TWEEN.autoPlay(true); // simplify the your code
@@ -142,60 +149,13 @@ Then reference the library source:
142149
* Can also use custom easing functions
143150
* Much of easings
144151

145-
## Compatiblity
146-
All ES5 supported browsers including IE9+
147-
148-
#### Browsers
149-
* Chrome
150-
* Firefox 3.5+
151-
* Opera 9.5+
152-
* IE8+
153-
* Safari 5.1+
154-
155-
#### OS (Fully working)
156-
* Android 4.1+
157-
* iOS6+
158-
* WP8.5+
159-
* OS X
160-
* Windows 7+
161-
162-
#### Device
163-
* iPhone
164-
* iPad
165-
* Android devices
166-
* Nokia Lumia
167-
* Samsung devices
168-
* - all devices should compatible with supported OS
169-
170-
#### Package managers
171-
* `npm`
172-
* `yarn`
173-
174-
#### Bundler
175-
* `Rollup`
176-
177-
#### Transpiler
178-
* `Babel`
179-
180-
## Documentation
181-
182-
* Original source: <a href="https://github.com/tweenjs/tween.js">check out at here</a>
183-
* [Full documentation](https://tweenjs.github.io/es6-tween/)
184-
* [API documentation](./API.md)
185-
* [Wiki page](https://github.com/tweenjs/es6-tween/wiki)
186-
* [Tutorial](https://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
187-
188152
## Compatiblity Testing
189153

190154
Thanks to BrowserStack for providing us testing in a real devices to make it cross-browser, bug-free and better.
191155
BrowserStack saved my countless hours, before i spent on testing much of time, now it's very easy. I recommend to others use this service.
192156
I sure, BrowserStack helps us to make it, so i am linking to BrowserStack as our sponsor.
193157
[<img src="https://cloud.githubusercontent.com/assets/7864462/12837037/452a17c6-cb73-11e5-9f39-fc96893bc9bf.png" alt="Browser Stack Logo" width="400">](https://www.browserstack.com/)
194158

195-
## Examples
196-
197-
Demos with this version are not yet implemented, sorry.
198-
199159
## Tests
200160

201161
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-tween",
3-
"version": "5.3.2",
3+
"version": "5.4.0",
44
"description": "ES6 implementation of amazing tween.js",
55
"browser": "bundled/Tween.min.js",
66
"cdn": "bundled/Tween.min.js",

0 commit comments

Comments
 (0)