Skip to content

Commit 8c9c048

Browse files
committed
README update
1 parent b8b961b commit 8c9c048

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Then reference the library source:
122122

123123
* Original source: <a href="https://github.com/tweenjs/tween.js">check out at here</a>
124124
* [User guide](./docs/user_guide.md)
125+
* [Compatiblity](./compatibility/comp_support.md)
125126
* [Tutorial](http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
126-
* Also: [libtween](https://github.com/jsm174/libtween), a port of tween.js to C by [jsm174](https://github.com/jsm174)
127127

128128
## Examples
129129

@@ -162,7 +162,7 @@ If you want to add any feature or change existing features, you *must* run the t
162162

163163
## People
164164

165-
Maintainers: [mikebolt](https://github.com/mikebolt), [sole](https://github.com/sole), [dalisoft](https://github.com/dalisoft).
165+
Maintainers: [sole](https://github.com/sole), [dalisoft](https://github.com/dalisoft).
166166

167167
[All contributors](http://github.com/tweenjs/tween.js/contributors).
168168

compatibility/comp_support.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# es6-tween compatiblity
2+
3+
# Browsers
4+
* Chrome 15+
5+
* Firefox 15+
6+
* Opera 12+
7+
* IE9+
8+
9+
# Devices
10+
* Android 4+
11+
* iOS7+
12+
* WP7.5+
13+
14+
# Package managers
15+
* `bower`
16+
* `npm`
17+
* `yarn`
18+
19+
# Builders
20+
* `Webpack`
21+
22+
# Transpiler
23+
* `Babel`
24+
25+
# XBox/PlayStation
26+
* not tested yet

0 commit comments

Comments
 (0)