Anyone recognize this?

Hey, I’m trying to find a Jquery plugin or such that allows me to create the same effect as the envelope sliding part in this site does:

Perhaps switching between two parts a bit more smoothly wouldn’t hurt either.

Anybody here know of a plugin that does that?

I don’t know of a plugin, but it would be fairly simple to do using the slide() or toggle() functions. Their JavaScript source is minified, so hard to read, but you can copy the relevant bits (just search for “envelope”) and then indent them yourself for your reading pleasure. :slight_smile: