Which JavaScript effect is this?

http://canadaonrails.com/ (when you hover over news and events)

I’ve seen this implemented on a few rails sites now and I was just
wondering if it is just a simple javascript from the prototype library.
Does anybody know of any links on how to do this?

Thanks in advance!

This is an Effect.Blinddown called from the onmouseover event.
It’s in the scriptaculous library.

See ActionView::Helpers::ScriptaculousHelper in the api.

– Wes

On 3/22/06, Jordan I. [email protected] wrote:

Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

-- Wes

Thanks Wes. I knew it had to be one of those…

Jordan

Wes Garrison wrote:

This is an Effect.Blinddown called from the onmouseover event.
It’s in the scriptaculous library.

See ActionView::Helpers::ScriptaculousHelper in the api.

– Wes

On 3/22/06, Jordan I. [email protected] wrote:

Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

-- Wes

Nate Brown, the organizer of Canada on Rails and creator of this
excellent site, is on
this list… Nate, do you have a sec to tell Jordan about the “News and
Events” slide-down
panel?

b

PS: I feel compelled to point out that I’ve never responded to a post on
any list by
asking someone else to take the time to post, but this is a very cool
effect and the first
time I’ve seen it anywhere… I’m extremely intrigued.