Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Animation Release Notes
 
*** version 2.3.0 ***
 
* duration of zero now executes 1 frame animation
* added setEl() method to enable reuse
* fixed stop() for multiple animations
 
*** version 2.2.2 **
 
* no change
 
*** version 2.2.1 **
 
* no change
 
*** version 2.2.0 **
 
* Fixed AnimMgr.stop() when called without tween
 
*** version 0.12.2 ***
 
* raised AnimMgr.fps to 1000
 
*** version 0.12.1 ***
* minified version no longer strips line breaks
 
*** version 0.12.0 ***
 
* added boolean finish argument to Anim.stop()
 
*** version 0.11.3 ***
 
* no changes
 
*** version 0.11.1 ***
 
* changed "prototype" shorthand to "proto" (workaround firefox < 1.5 scoping
bug)
 
*** version 0.11.0 ***
 
* ColorAnim subclass added
* Motion and Scroll now inherit from ColorAnim
* getDefaultUnit method added
* defaultUnit and defaultUnits deprecated
* getDefault and setDefault methods deprecated
 
*** version 0.10.0 ***
 
* Scroll now handles relative ("by") animation correctly
 
* Now converts "auto" values of "from" to appropriate initial values
 
*** version 0.9.0 ***
 
* Initial release