Confirmed users
300
edits
Raccettura (talk | contribs) m (→Thunderbird) |
No edit summary |
||
Line 19: | Line 19: | ||
It would be nice if the relevant parts of the API worked in Thunderbird 3.0 as well. This would facilitate extensions that can utilize both products for integration as well as foster Thunderbird extension development on it's own. Most of the API seems like it would work very well on both with little/no changes. | It would be nice if the relevant parts of the API worked in Thunderbird 3.0 as well. This would facilitate extensions that can utilize both products for integration as well as foster Thunderbird extension development on it's own. Most of the API seems like it would work very well on both with little/no changes. | ||
--[[User:Raccettura|Raccettura]] 05:44, 18 May 2007 (PDT) | --[[User:Raccettura|Raccettura]] 05:44, 18 May 2007 (PDT) | ||
== Animation == | |||
I dunno if this falls in the FUEL category or not, but it would be nice to have an animation library built into Firefox. There are parts of the UI that are already implementing their own animation effects (the Prefs window, [https://bugzilla.mozilla.org/show_bug.cgi?id=347363 tab strip], and [https://bugzilla.mozilla.org/show_bug.cgi?id=380960 browsers] for now I think). Seems silly for each one of them to write their own complete implementation. Before they get to deep into writing special code for every widget in the toolkit, seems best to look at some abstraction. | |||
The animation class doesn't necessarily have to be a part of FUEL, but it seems like a nice place to put it. Extension writers would then have at least some documented and stable code to turn to when they wanted to fade an overlay, or resize a box. | |||
Plus, having a consolidated animation class makes it easier to debug and to pref things off for users who don't want them. There are already some animation class examples out there to build on (some of which you could probably talk the creators into letting you use): | |||
[http://berniecode.com/writing/animator.html Animator]<br> | |||
[http://moofx.mad4milk.net/#introduction moo.fx]<br> | |||
[http://script.aculo.us/ script.aculo.us]<br> |