JQuery plugin to animate overlay

Posted by Gary on Stack Overflow See other posts from Stack Overflow or by Gary
Published on 2010-04-29T19:04:47Z Indexed on 2010/04/29 19:07 UTC
Read the original article Hit count: 318

Filed under:

I'm looking for a JQuery plugin to animate the appearance and disappearance of an overlay div. Something like what Rackspace has here:

http://www.rackspacecloud.com/

After staring at the page for 30 seconds or so, a div comes sliding down from the top asking you whether you want to chat with a rep. If you ignore the div for a period of time it slides back up.

I know I could hand code all this using timers and animate() and such, but hoping someone has done it for us already.

Any ideas?

© Stack Overflow or respective owner

Related posts about jQuery