|
20 | 20 | 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. |
21 | 21 | **This library is not made as alternative to another libraries, it's has own pros and cons** |
22 | 22 |
|
| 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 | + |
23 | 30 |
|
24 | 31 | ```javascript |
25 | 32 | TWEEN.autoPlay(true); // simplify the your code |
@@ -142,60 +149,13 @@ Then reference the library source: |
142 | 149 | * Can also use custom easing functions |
143 | 150 | * Much of easings |
144 | 151 |
|
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 | | - |
188 | 152 | ## Compatiblity Testing |
189 | 153 |
|
190 | 154 | Thanks to BrowserStack for providing us testing in a real devices to make it cross-browser, bug-free and better. |
191 | 155 | 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. |
192 | 156 | I sure, BrowserStack helps us to make it, so i am linking to BrowserStack as our sponsor. |
193 | 157 | [<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/) |
194 | 158 |
|
195 | | -## Examples |
196 | | - |
197 | | -Demos with this version are not yet implemented, sorry. |
198 | | - |
199 | 159 | ## Tests |
200 | 160 |
|
201 | 161 | ```bash |
|
0 commit comments