1 Animation Release Notes
10 * replace toString overrides with static NAME property
13 * calling stop() on an non-animated Anim no longer fires onComplete
20 * duration of zero now executes 1 frame animation
21 * added setEl() method to enable reuse
22 * fixed stop() for multiple animations
25 * duration of zero now executes 1 frame animation
26 * added setEl() method to enable reuse
27 * fixed stop() for multiple animations
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 ***
50 *** version 0.11.1 ***
51 * changed "prototype" shorthand to "proto" (workaround firefox < 1.5 scoping
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