mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-02-01 17:27:10 +00:00
sole -> tweenjs for all github references
Fixes TravisCI badge Also bower now points to the correct repo and latest version `r14`
This commit is contained in:
parent
38f6eb2a80
commit
dc08474698
59
README.md
59
README.md
@ -1,4 +1,4 @@
|
||||
# tween.js (r15dev) [](https://travis-ci.org/sole/tween.js)
|
||||
# tween.js (r15dev) [](https://travis-ci.org/tweenjs/tween.js)
|
||||
|
||||
**JavaScript tweening engine for easy animations**
|
||||
|
||||
@ -8,40 +8,40 @@
|
||||
|
||||
Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.
|
||||
|
||||
[Contributors](http://github.com/sole/tween.js/contributors)
|
||||
[Contributors](http://github.com/tweenjs/tween.js/contributors)
|
||||
|
||||
## Examples
|
||||
|
||||
[](http://sole.github.io/tween.js/examples/12_graphs_custom_functions.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/12_graphs_custom_functions.html)
|
||||
[source](./examples/12_graphs_custom_functions.html)
|
||||
[](http://sole.github.io/tween.js/examples/11_stop_all_chained_tweens.html) [source](./examples/11_stop_all_chained_tweens.html)
|
||||
[](http://sole.github.io/tween.js/examples/10_yoyo.html) [source](./examples/10_yoyo.html)
|
||||
[](http://sole.github.io/tween.js/examples/09_relative_values.html) [source](./examples/09_relative_values.html)
|
||||
[](http://sole.github.io/tween.js/examples/08_repeat.html) [source](./examples/08_repeat.html)
|
||||
[](http://sole.github.io/tween.js/examples/07_dynamic_to.html) [source](./examples/07_dynamic_to.html)
|
||||
[](http://sole.github.io/tween.js/examples/06_array_interpolation.html) [source](./examples/06_array_interpolation.html)
|
||||
[](http://sole.github.io/tween.js/examples/05_video_and_time.html) [source](./examples/05_video_and_time.html)
|
||||
[](http://sole.github.io/tween.js/examples/04_simplest.html) [source](./examples/04_simplest.html)
|
||||
[](http://sole.github.io/tween.js/examples/03_graphs.html) [source](./examples/03_graphs.html)
|
||||
[](http://sole.github.io/tween.js/examples/02_black_and_red.html) [source](./examples/02_black_and_red.html)
|
||||
[](http://sole.github.io/tween.js/examples/01_bars.html) [source](./examples/01_bars.html)
|
||||
[](http://sole.github.io/tween.js/examples/00_hello_world.html) [source](./examples/00_hello_world.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/11_stop_all_chained_tweens.html) [source](./examples/11_stop_all_chained_tweens.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/10_yoyo.html) [source](./examples/10_yoyo.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/09_relative_values.html) [source](./examples/09_relative_values.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/08_repeat.html) [source](./examples/08_repeat.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/07_dynamic_to.html) [source](./examples/07_dynamic_to.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/06_array_interpolation.html) [source](./examples/06_array_interpolation.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/05_video_and_time.html) [source](./examples/05_video_and_time.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/04_simplest.html) [source](./examples/04_simplest.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/03_graphs.html) [source](./examples/03_graphs.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/02_black_and_red.html) [source](./examples/02_black_and_red.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/01_bars.html) [source](./examples/01_bars.html)
|
||||
[](http://tweenjs.github.io/tween.js/examples/00_hello_world.html) [source](./examples/00_hello_world.html)
|
||||
|
||||
## Projects using tween.js
|
||||
|
||||
[](http://www.moma.org/interactives/exhibitions/2012/inventingabstraction/)
|
||||
[](http://www.chromeweblab.com/)
|
||||
[](http://5013.es/toys/macchina)
|
||||
[](http://egraether.com/mine3d/)
|
||||
[](http://ro.me)
|
||||
[](http://data-arts.appspot.com/globe)
|
||||
[](http://www.androidify.com/)
|
||||
[](http://thewildernessdowntown.com/)
|
||||
[](http://dejavis.org/linechart)
|
||||
[](http://www.moma.org/interactives/exhibitions/2012/inventingabstraction/)
|
||||
[](http://www.chromeweblab.com/)
|
||||
[](http://5013.es/toys/macchina)
|
||||
[](http://egraether.com/mine3d/)
|
||||
[](http://ro.me)
|
||||
[](http://data-arts.appspot.com/globe)
|
||||
[](http://www.androidify.com/)
|
||||
[](http://thewildernessdowntown.com/)
|
||||
[](http://dejavis.org/linechart)
|
||||
|
||||
## Getting it
|
||||
|
||||
Download the [minified library](https://raw.githubusercontent.com/sole/tween.js/r14/build/tween.min.js) and include it in your html. Or use the [unminified version](https://raw.githubusercontent.com/sole/tween.js/r14/src/Tween.js) for better debugging.
|
||||
Download the [minified library](https://raw.githubusercontent.com/tweenjs/tween.js/r14/build/tween.min.js) and include it in your html. Or use the [unminified version](https://raw.githubusercontent.com/tweenjs/tween.js/r14/src/Tween.js) for better debugging.
|
||||
|
||||
```html
|
||||
<script src="js/tween.min.js"></script>
|
||||
@ -52,8 +52,8 @@ Download the [minified library](https://raw.githubusercontent.com/sole/tween.js/
|
||||
#### Use development version
|
||||
|
||||
The steps above are for getting the latest stable version (tagged with a release tag in git). If you want to check the latest and greatest, simply check out the repository as it is, or download either
|
||||
* [tween.min.js](https://raw.githubusercontent.com/sole/tween.js/master/build/tween.min.js)
|
||||
* [tween.js](https://raw.githubusercontent.com/sole/tween.js/master/src/Tween.js)
|
||||
* [tween.min.js](https://raw.githubusercontent.com/tweenjs/tween.js/master/build/tween.min.js)
|
||||
* [tween.js](https://raw.githubusercontent.com/tweenjs/tween.js/master/src/Tween.js)
|
||||
|
||||
#### Use `npm`
|
||||
|
||||
@ -72,14 +72,13 @@ You're an advanced user, so find your way around.
|
||||
#### Use `bower`
|
||||
|
||||
```bash
|
||||
bower install git@github.com:sole/tween.js.git
|
||||
bower install git@github.com:tweenjs/tween.js.git
|
||||
```
|
||||
|
||||
or install an specific tag (it's just git tags, you can run `git tag` for a list):
|
||||
|
||||
```bash
|
||||
bower install git@github.com:sole/tween.js.git#r13
|
||||
```
|
||||
bower install git@github.com:tweenjs/tween.js.git#r14```
|
||||
|
||||
And reference either the minified file:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user