Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How do they do it?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44371
    bogus
    Participant

    Hey all,

    i stubled upon a dropdown on panic’s website which folds in a very outstandig way.

    [Panic – Diet Coda](http://panic.com/dietcoda/ “Panic – Diet Coda”)

    it’s near the bottom of the page where it says “Questions about Diet Coda? Help is available right here!”

    How is that done? is there any jquery thing that can do that?

    #133216

    In looking at the source, what they do is just css-animate the “transform: scaleY” property over 500ms. A small simple javascript does a setTimeOut at 500ms as well, hiding the element when the css-transform is completed!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.