[Proto-Scripty] prototype(js) docs

2010-06-02 Thread davidenke
Yeah, http://api.prototypejs.org/ will give you a good documentation about it. In my opinion the old interface (http://www.prototypejs.org/api) is much better and more cheerful. But a documentation of the native objects and their methods is also very helpful, see

[Proto-Scripty] effect.multiple and queues

2009-05-05 Thread davidenke
hi there, i have some problems joining an additional effect.multiple animation in an existing queue like: new Effect.Appear(this.container, { queue: { scope: 'content', position: 'end' }, beforeStart: (function() { // ADDITIONAL MENU ANIMATION if (menu)