Hmm, I'm pretty sure they can all be used either way, since functions are first class objects (you can either invoke or instanstiate, and instantiation also causes invocation of the constructor, which in this case is also the meat and potatoes)...
I think instantiation of the Effects, et. al., depe
Hi, when using prototype and scriptaculous, isn't it confusing sometimes to remember which ones you have to use new and which ones that are just static function call. For example: new Insertion.Before(...);
new Effect.Opacity(...)Effect.Fade(..);Effect.Appear(...);I havent really looked at the imp