GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of madrobby/scripty2
Description: This is the alpha version of script.aculo.us 2, lovingly called "scripty2".
Homepage: http://script.aculo.us/2
Clone URL: git://github.com/kommen/scripty2.git
scripty2 / effects / TODO
100644 38 lines (20 sloc) 0.976 kb
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
* Determine if queueEffectAdd/Remove events are worth it, or Effect and the queues should be more tightly integrated
 
* (directly) support more than one queue
 
* Add Queue positioning options (+think of possible Queue subclassing)
 
* Add Effect.Operators.Attribute
 
* Make debugger awesometastic (bar at bottom of window that shows timelines, allows stepping, inspection)
 
* Compatibility layer for effects 1.8? (questionable)
 
* Add reimplementations of 1.8 combined effects in addons
 
* reset classname in css operator
 
* Investigate auto-cpu-throttling via frame drop detection
 
* ADSR envelope transition engine?
 
MORE OR LESS THERE:
 
* Refactor Effect.Operators.Style
 
DONE:
 
* Add before/afterUpdate
 
* Add Element#fade/appear
 
* Fix heartbeat.stop
 
* reject invalid tweens in css operator
 
* IE auto-fix opacity (zoom:1)
 
* Effect.Operators.Style#applyValue -> don't setStyle again if values are identical
  -> with new tweens, individual properties can be tracked, yay