1 Animation Release Notes
5 * duration of zero now executes 1 frame animation
6 * added setEl() method to enable reuse
7 * fixed stop() for multiple animations
19 * Fixed AnimMgr.stop() when called without tween
21 *** version 0.12.2 ***
23 * raised AnimMgr.fps to 1000
25 *** version 0.12.1 ***
26 * minified version no longer strips line breaks
28 *** version 0.12.0 ***
30 * added boolean finish argument to Anim.stop()
32 *** version 0.11.3 ***
36 *** version 0.11.1 ***
38 * changed "prototype" shorthand to "proto" (workaround firefox < 1.5 scoping
41 *** version 0.11.0 ***
43 * ColorAnim subclass added
44 * Motion and Scroll now inherit from ColorAnim
45 * getDefaultUnit method added
46 * defaultUnit and defaultUnits deprecated
47 * getDefault and setDefault methods deprecated
49 *** version 0.10.0 ***
51 * Scroll now handles relative ("by") animation correctly
53 * Now converts "auto" values of "from" to appropriate initial values