~ubuntu-branches/ubuntu/jaunty/moodle/jaunty

« back to all changes in this revision

Viewing changes to lib/yui/animation/README

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha, Matt Oquist
  • Date: 2009-02-25 15:16:22 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090225151622-0ekt1liwhv2obfza
Tags: 1.9.4.dfsg-0ubuntu1
* Merge with Debian git (Closes LP: #322961, #239481, #334611):
  - use Ubuntu's smarty lib directory for linking
  - use internal yui library 
  - add update-notifier support back in

[Matt Oquist]
  * renamed prerm script
  * significantly rewrote postinst and other maintainer scripts to improve
    user experience and package maintainability
    (Closes LP: #225662, #325450, #327843, #303078, #234609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Animation Release Notes
2
2
 
 
3
*** version 2.6.0 ***
 
4
* ColorAnim updated to use getAncestorBy 
 
5
 
 
6
*** version 2.5.2 ***
 
7
* no change
 
8
 
 
9
*** version 2.5.1 ***
 
10
* no change
 
11
 
 
12
*** version 2.5.0 ***
 
13
* replace toString overrides with static NAME property
 
14
 
 
15
*** version 2.4.0 ***
 
16
* calling stop() on an non-animated Anim no longer fires onComplete
 
17
 
 
18
*** version 2.3.1 ***
 
19
* no change
 
20
 
 
21
*** version 2.3.0 ***
 
22
 
 
23
* duration of zero now executes 1 frame animation
 
24
* added setEl() method to enable reuse
 
25
* fixed stop() for multiple animations
 
26
 
 
27
*** version 2.3.0 ***
 
28
* duration of zero now executes 1 frame animation
 
29
* added setEl() method to enable reuse
 
30
* fixed stop() for multiple animations
 
31
 
 
32
*** version 2.2.2 ***
 
33
* no change
 
34
 
 
35
*** version 2.2.1 ***
 
36
* no change
 
37
 
 
38
*** version 2.2.0 ***
 
39
* Fixed AnimMgr.stop() when called without tween
 
40
 
3
41
*** version 0.12.2 ***
4
 
 
5
42
* raised AnimMgr.fps to 1000
6
43
 
7
44
*** version 0.12.1 ***
8
45
* minified version no longer strips line breaks
9
46
 
10
47
*** version 0.12.0 ***
11
 
 
12
48
* added boolean finish argument to Anim.stop()
13
49
 
14
50
*** version 0.11.3 ***
15
 
 
16
51
* no changes
17
52
 
18
53
*** version 0.11.1 ***
19
 
 
20
54
* changed "prototype" shorthand to "proto" (workaround firefox < 1.5 scoping
21
55
bug)
22
56
 
23
57
*** version 0.11.0 ***
24
 
 
25
58
* ColorAnim subclass added
26
59
* Motion and Scroll now inherit from ColorAnim
27
60
* getDefaultUnit method added
29
62
* getDefault and setDefault methods deprecated
30
63
 
31
64
*** version 0.10.0 ***
32
 
 
33
65
* Scroll now handles relative ("by") animation correctly
34
 
 
35
66
* Now converts "auto" values of "from" to appropriate initial values
36
67
 
37
68
*** version 0.9.0 ***
38
 
 
39
69
* Initial release
40
70
 
41
71