Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / animation / README
blobaf627a508346950de1e3fa783034e492e07f5c90
1 Animation Release Notes
3 *** version 2.5.2 ***
4 * no change
6 *** version 2.5.1 ***
7 * no change
9 *** version 2.5.0 ***
10 * replace toString overrides with static NAME property
12 *** version 2.4.0 ***
13 * calling stop() on an non-animated Anim no longer fires onComplete
15 *** version 2.3.1 ***
16 * no change
18 *** version 2.3.0 ***
20 * duration of zero now executes 1 frame animation
21 * added setEl() method to enable reuse
22 * fixed stop() for multiple animations
24 *** version 2.3.0 ***
25 * duration of zero now executes 1 frame animation
26 * added setEl() method to enable reuse
27 * fixed stop() for multiple animations
29 *** version 2.2.2 ***
30 * no change
32 *** version 2.2.1 ***
33 * no change
35 *** version 2.2.0 ***
36 * Fixed AnimMgr.stop() when called without tween
38 *** version 0.12.2 ***
39 * raised AnimMgr.fps to 1000
41 *** version 0.12.1 ***
42 * minified version no longer strips line breaks
44 *** version 0.12.0 ***
45 * added boolean finish argument to Anim.stop()
47 *** version 0.11.3 ***
48 * no changes
50 *** version 0.11.1 ***
51 * changed "prototype" shorthand to "proto" (workaround firefox < 1.5 scoping
52 bug)
54 *** version 0.11.0 ***
55 * ColorAnim subclass added
56 * Motion and Scroll now inherit from ColorAnim
57 * getDefaultUnit method added
58 * defaultUnit and defaultUnits deprecated
59 * getDefault and setDefault methods deprecated
61 *** version 0.10.0 ***
62 * Scroll now handles relative ("by") animation correctly
63 * Now converts "auto" values of "from" to appropriate initial values
65 *** version 0.9.0 ***
66 * Initial release