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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to