SlideDown

SlideDown

snapsnap Posts: 1Questions: 0Answers: 0
edited September 2009 in General
Hi. Anyone knows how i could put jquery's slideDown effect?
Say i want to show more rows or show details about a row, i would like them to appear with the slideDown effect and hide them with the slideUp effect.

Thank you for your time.

Replies

  • allanallan Posts: 61,762Questions: 1Answers: 10,111 Site admin
    Hi snap,

    I'm not sure that this is actually possible I'm afraid... TR elements can't have their height animated I believe:

    http://stackoverflow.com/questions/460014/can-you-animate-a-height-change-on-a-uitableviewcell-when-selected
    http://www.nabble.com/Animating-table-rows-td20491521s27240.html

    It might be possible somehow, but I suspect it will take quite a bit of effort. If you do dig into this, please do share the results of your investigation with us :-)

    Regards,
    Allan
This discussion has been closed.