Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / yui / animation / README
blobd6ea69a4beb2a4cd4b33ddd136c70cded442a2f7
1 Animation Release Notes
3 *** version 0.12.2 ***
5 * raised AnimMgr.fps to 1000
7 *** version 0.12.1 ***
8 * minified version no longer strips line breaks
10 *** version 0.12.0 ***
12 * added boolean finish argument to Anim.stop()
14 *** version 0.11.3 ***
16 * no changes
18 *** version 0.11.1 ***
20 * changed "prototype" shorthand to "proto" (workaround firefox < 1.5 scoping
21 bug)
23 *** version 0.11.0 ***
25 * ColorAnim subclass added
26 * Motion and Scroll now inherit from ColorAnim
27 * getDefaultUnit method added
28 * defaultUnit and defaultUnits deprecated
29 * getDefault and setDefault methods deprecated
31 *** version 0.10.0 ***
33 * Scroll now handles relative ("by") animation correctly
35 * Now converts "auto" values of "from" to appropriate initial values
37 *** version 0.9.0 ***
39 * Initial release