[Rails-spinoffs] Can I pass options to these effects to control the speed?

2005-12-02 Thread bruce christie
Hi There, I am playing around with Effect.Grow and Effect.BlindDown.  I was wondering if there is a way to control the speed at which these effects execute.   Also, for Grow it seems to exapnd from the middle.  I am trying to achieve  something more like a flyout from the left.  Any ideas on how I

Re: [Rails-spinoffs] Can I pass options to these effects to control the speed?

2005-12-02 Thread Andrew Kaspick
The following will cause the effect to take 0.5 seconds to run. new Effect.BlindDown(elem_id, {duration:0.5}) There are many options that you can pass to the effects. On 12/2/05, bruce christie <[EMAIL PROTECTED]> wrote: > Hi There, > > I am playing around with Effect.Grow and Effect.BlindDown.

[Rails-spinoffs] Resizeable DIVs

2005-12-02 Thread Tom Fakes
I have an implementation of Resizeable DIVs that is based on the Draggable code from script.aculo.us.  This is working for me, but is only tested on Firefox 1.0.x and IE 6.  On IE, the display isn’t great at small sizes, and the DIV tends to jiggle.   This can work with the element also b

[Rails-spinoffs] script.aculo.us effects

2005-12-02 Thread levi mccallum
hello everyone.I have been implementing script.aculo.us effects into my new site design.I really like the scrolling effect for transferring to my h2. But I was looking at the effects and I thought of an idea that would be very cool. If a user clicks on one of the links, it would direct them to the

[Rails-spinoffs] script.aculo.us site mostly down

2005-12-02 Thread Dylan Greene
Any page besides the front page gives me this error: Bad Gateway The proxy server received an invalid response from an upstream server. Apache/2.0.52 (Gentoo/Linux) mod_fastcgi/2.4.2 mod_ssl/2.0.52 OpenSSL/0.9.7e DA

Re: [Rails-spinoffs] script.aculo.us site mostly down

2005-12-02 Thread Cam McVey
I get that quite often. Usually, JUST when I need to reference the docs for some option parameter! As you say, it only ever affect the wiki part of the site. On 12/2/05, Dylan Greene <[EMAIL PROTECTED]> wrote: > Any page besides the front page gives me this error: > > Bad Gateway ___