mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-02-01 17:27:10 +00:00
notice on getting dev vs stable
This commit is contained in:
parent
542d8b2258
commit
5cf39985cd
@ -40,7 +40,7 @@ Super simple, fast and easy to use tweening engine which incorporates optimised
|
||||
|
||||
## Getting it
|
||||
|
||||
Download the [minified library](https://github.com/sole/tween.js/raw/master/build/tween.min.js) and include it in your html. Or use the [unminified version](https://raw.githubusercontent.com/sole/tween.js/master/src/Tween.js) for better debugging.
|
||||
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.
|
||||
|
||||
```html
|
||||
<script src="js/tween.min.js"></script>
|
||||
@ -48,6 +48,12 @@ Download the [minified library](https://github.com/sole/tween.js/raw/master/buil
|
||||
|
||||
### More advanced users might want to...
|
||||
|
||||
#### 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)
|
||||
|
||||
#### Use `npm`
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user