Prep for release of version 0.7.
Chris Pressey
10 years ago
0 | 0 |
yoob.js
|
1 | 1 |
=======
|
2 | 2 |
|
3 | |
*Version 0.7-PRE. Everything subject to change.*
|
|
3 |
*Version 0.7. Everything subject to change.*
|
4 | 4 |
|
5 | 5 |
yoob.js started out as the HTML5 counterpart to [yoob][], but has since
|
6 | 6 |
grown to include several generally-useful facilities for making animated
|
|
424 | 424 |
Fixed z-index bugs in yoob.SplashScreen.
|
425 | 425 |
|
426 | 426 |
`yoob.Controller` now supports a 'reset' button. In addition, the
|
427 | |
'speed' controller defaults to reversed mode (low values = slow.)
|
428 | |
|
|
427 |
'speed' control defaults to reversed mode (low values = slow.)
|
|
428 |
|
|
429 |
`yoob.Controller` now has rudimentary support for loading source via XHR
|
|
430 |
(AJAX).
|
|
431 |
|
429 | 432 |
`yoob.Animation` allows the `update()` (or `draw()`, in `proportional`
|
430 | 433 |
mode) to return the exact object `false` to force the animation to stop
|
431 | 434 |
immediately.
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|
0 | 0 |
/*
|
1 | |
* This file is part of yoob.js version 0.7-PRE
|
|
1 |
* This file is part of yoob.js version 0.7
|
2 | 2 |
* Available from https://github.com/catseye/yoob.js/
|
3 | 3 |
* This file is in the public domain. See http://unlicense.org/ for details.
|
4 | 4 |
*/
|