Alex Duffield wrote:
> Ken, thanks. This looks great, but unfortunately I cant get it to 
> work... Its throwing an error in effects.js setting oldOpacity
>
I didn't mention that this was untested (I just wrote it :))
The main problem is that
this.imgTop = this.sources[0];
should be
this.imgTop.src = this.sources[0];

I've changed that and retested using firebug, but now i'm getting a 
scope problem with next()... looking at that now.

--Ken

--~--~---------~--~----~------------~-------~--~----~
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