Hello, this error message has been preventing me from upgrading to Prototype 1.5.1 My project is http://code.google.com/p/jaxgames/ It uses Scriptaculous 1.7.0 and Prototype 1.5.0. You can easily point it toward newer versions using CONFIG.js. When using Scriptaculous from SVN, I run the following code: var e = $("element"); new Effect.Parallel ([ new Effect.Opacity (e, {sync:true, from:0.9, to:1.0}), new Effect.Move (e, {sync:true, x:0, y:-15}) //<-- this fails ]); Firebug gives: "options has no properties. effects.js (line 258) if(options.transition === false) options.transition Effect.Transitions.lin..." I have filed a bug here http://dev.rubyonrails.org/ticket/7809 Any help would be appreciated. Kind Regards, Kroc Camen. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---