I am very interested in figuring out what this piece of javascript is called. You can find it at http://www.iswirl.com/ and I am referring to when you click login at the top right a slider bar comes down to display more information.
You can find another example of it here: http://www.toggle.uk.com/ and access it by clicking clients in the top right corner.
I was thinking it was a mootools app but I am having trouble tracking it down, any help would be great!
This effect is very simple and can be done with or without js framework. The whole magic is by changing the height of the div from 0 to X, where X is the desired height and then again from X to 0 in order to hide it. Both sites listed in your post are using a little more advanced techniques like fading during the slide.
I'm having trouble trying to incorporate the "toggle" effect into a website I'm working on. Can anyone help with the way I need to write my js function. I'm still learning javascript, so bear with me please. Also, I've already visited the moo tools website and downloaded the .js file. I just can't seem to figure out how to make it work.